Html Css Color HEX #C2197E Medium Violet Red

📋 copy color: '#C2197E'

red 194 ◦ green 25 ◦ blue 126

#C2197E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C2197E

Tints of Medium Violet Red #C2197E

RGB

 RED value IS 194 (76.17% from 255) = 56.23%

 GREEN value IS 25 (10.16% from 255) = 7.25%

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 56.23%
G = 7.25%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2197E (or 0xC2197E) is known color: Medium Violet Red. HEX triplet: C2, 19 and 7E. RGB value is (194,25,126). Sum of RGB (Red+Green+Blue) = 194+25+126=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2197E is #3DE681. Grayscale: #565656. Windows color (decimal): -4056706 or 8264130. OLE color: 8264130.

HSL color Cylindrical-coordinate representation of color #C2197E: hue angle of 324.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2197E is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 126 -
CMYK 0 0.87 0.35 0.24
HSL 324.14º 0.77% 0.43% -
HSV(B) 324.14º 0.87% 0.76% -
XYZ 26.36 13.67 20.99 -
YUV 87.05 149.99 204.29 -
System Red Green Blue C M Y K H S L
Decimal 194 25 126 0 0.87 0.35 0.24 324.14 0.77 0.43
Hex C2 19 7E 0 57 23 18 144 4D 2B
Octal 302 31 176 0 127 43 30 504 115 53
Binary 11000010 11001 1111110 0 1010111 100011 11000 101000100 1001101 101011

Color Harmonies of #C2197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2197E

Black with #C2197E

Text Example


Text Example

White with #C2197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2197E; }

 p { color: rgb(194,25,126); }

 H1.HeaderClassName
 {
   color: #C2197E;
 }
 .AnyTagClassName
 {
   color: #C2197E;
 }
</style>

background-color css

<style>
 a { background-color: #C2197E; }

 a { background-color: rgb(194,25,126); }

 div.DivClassName
 {
   background-color: #C2197E;
 }
 .BgClassName
 {
   background-color: #C2197E;
 }
</style>

border-color css

<style>
 span { border-color: #C2197E; }

 span { border-color: rgb(194,25,126); }

 td.TdClassName
 {
   border-color: #C2197E;
 }
 .TagClassName
 {
   border-color: #C2197E;
 }
</style>