Html Css Color HEX #C2009C Medium Violet Red

📋 copy color: '#C2009C'

red 194 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #C2009C

Tints of Medium Violet Red #C2009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 55.43%
G = 0%
B = 44.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2009C (or 0xC2009C) is known color: Medium Violet Red. HEX triplet: C2, 00 and 9C. RGB value is (194,0,156). Sum of RGB (Red+Green+Blue) = 194+0+156=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2009C is #3DFF63. Grayscale: #4B4B4B. Windows color (decimal): -4063076 or 10223810. OLE color: 10223810.

HSL color Cylindrical-coordinate representation of color #C2009C: hue angle of 311.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2009C is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 156 -
CMYK 0 1 0.20 0.24
HSL 311.75º 1% 0.38% -
HSV(B) 311.75º 1% 0.76% -
XYZ 28.25 13.87 32.64 -
YUV 75.79 173.27 212.32 -
System Red Green Blue C M Y K H S L
Decimal 194 0 156 0 1 0.20 0.24 311.75 1 0.38
Hex C2 0 9C 0 64 14 18 138 64 26
Octal 302 0 234 0 144 24 30 470 144 46
Binary 11000010 0 10011100 0 1100100 10100 11000 100111000 1100100 100110

Color Harmonies of #C2009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2009C

Black with #C2009C

Text Example


Text Example

White with #C2009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2009C; }

 p { color: rgb(194,0,156); }

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

background-color css

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

 a { background-color: rgb(194,0,156); }

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

border-color css

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

 span { border-color: rgb(194,0,156); }

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