Html Css Color HEX #C20C7E Medium Violet Red

📋 copy color: '#C20C7E'

red 194 ◦ green 12 ◦ blue 126

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

Shades of Medium Violet Red #C20C7E

Tints of Medium Violet Red #C20C7E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

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

R = 58.43%
G = 3.61%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C20C7E (or 0xC20C7E) is known color: Medium Violet Red. HEX triplet: C2, 0C and 7E. RGB value is (194,12,126). Sum of RGB (Red+Green+Blue) = 194+12+126=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C7E is #3DF381. Grayscale: #4F4F4F. Windows color (decimal): -4060034 or 8260802. OLE color: 8260802.

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

Color convert

RGB 194 12 126 -
CMYK 0 0.94 0.35 0.24
HSL 322.42º 0.88% 0.4% -
HSV(B) 322.42º 0.94% 0.76% -
XYZ 26.15 13.24 20.92 -
YUV 79.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 194 12 126 0 0.94 0.35 0.24 322.42 0.88 0.4
Hex C2 C 7E 0 5E 23 18 142 58 28
Octal 302 14 176 0 136 43 30 502 130 50
Binary 11000010 1100 1111110 0 1011110 100011 11000 101000010 1011000 101000

Color Harmonies of #C20C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C7E

Black with #C20C7E

Text Example


Text Example

White with #C20C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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