Html Css Color HEX #C2067E Medium Violet Red

📋 copy color: '#C2067E'

red 194 ◦ green 6 ◦ blue 126

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

Shades of Medium Violet Red #C2067E

Tints of Medium Violet Red #C2067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

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

R = 59.51%
G = 1.84%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2067E (or 0xC2067E) is known color: Medium Violet Red. HEX triplet: C2, 06 and 7E. RGB value is (194,6,126). Sum of RGB (Red+Green+Blue) = 194+6+126=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2067E is #3DF981. Grayscale: #4B4B4B. Windows color (decimal): -4061570 or 8259266. OLE color: 8259266.

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

Color convert

RGB 194 6 126 -
CMYK 0 0.97 0.35 0.24
HSL 321.7º 0.94% 0.39% -
HSV(B) 321.7º 0.97% 0.76% -
XYZ 26.08 13.11 20.89 -
YUV 75.89 156.28 212.24 -
System Red Green Blue C M Y K H S L
Decimal 194 6 126 0 0.97 0.35 0.24 321.7 0.94 0.39
Hex C2 6 7E 0 61 23 18 142 5E 27
Octal 302 6 176 0 141 43 30 502 136 47
Binary 11000010 110 1111110 0 1100001 100011 11000 101000010 1011110 100111

Color Harmonies of #C2067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2067E

Black with #C2067E

Text Example


Text Example

White with #C2067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2067E; }

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

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

background-color css

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

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

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

border-color css

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

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

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