Html Css Color HEX #C0009C Medium Violet Red

📋 copy color: '#C0009C'

red 192 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #C0009C

Tints of Medium Violet Red #C0009C

RGB

 RED value IS 192 (75.39% from 255) = 55.17%

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

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

R = 55.17%
G = 0%
B = 44.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0009C (or 0xC0009C) is known color: Medium Violet Red. HEX triplet: C0, 00 and 9C. RGB value is (192,0,156). Sum of RGB (Red+Green+Blue) = 192+0+156=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0009C is #3FFF63. Grayscale: #4A4A4A. Windows color (decimal): -4194148 or 10223808. OLE color: 10223808.

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

Color convert

RGB 192 0 156 -
CMYK 0 1 0.19 0.25
HSL 311.25º 1% 0.38% -
HSV(B) 311.25º 1% 0.75% -
XYZ 27.74 13.61 32.62 -
YUV 75.19 173.61 211.32 -
System Red Green Blue C M Y K H S L
Decimal 192 0 156 0 1 0.19 0.25 311.25 1 0.38
Hex C0 0 9C 0 64 13 19 137 64 26
Octal 300 0 234 0 144 23 31 467 144 46
Binary 11000000 0 10011100 0 1100100 10011 11001 100110111 1100100 100110

Color Harmonies of #C0009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0009C

Black with #C0009C

Text Example


Text Example

White with #C0009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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