Html Css Color HEX #C20C7C Medium Violet Red

📋 copy color: '#C20C7C'

red 194 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #C20C7C

Tints of Medium Violet Red #C20C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 58.79%
G = 3.64%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C20C7C (or 0xC20C7C) is known color: Medium Violet Red. HEX triplet: C2, 0C and 7C. RGB value is (194,12,124). Sum of RGB (Red+Green+Blue) = 194+12+124=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C7C is #3DF383. Grayscale: #4E4E4E. Windows color (decimal): -4060036 or 8129730. OLE color: 8129730.

HSL color Cylindrical-coordinate representation of color #C20C7C: hue angle of 323.08º 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 #C20C7C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 124 -
CMYK 0 0.94 0.36 0.24
HSL 323.08º 0.88% 0.4% -
HSV(B) 323.08º 0.94% 0.76% -
XYZ 26.02 13.19 20.24 -
YUV 79.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 194 12 124 0 0.94 0.36 0.24 323.08 0.88 0.4
Hex C2 C 7C 0 5E 24 18 143 58 28
Octal 302 14 174 0 136 44 30 503 130 50
Binary 11000010 1100 1111100 0 1011110 100100 11000 101000011 1011000 101000

Color Harmonies of #C20C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C7C

Black with #C20C7C

Text Example


Text Example

White with #C20C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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