Html Css Color HEX #C0099C Medium Violet Red

📋 copy color: '#C0099C'

red 192 ◦ green 9 ◦ blue 156

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

Shades of Medium Violet Red #C0099C

Tints of Medium Violet Red #C0099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

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

R = 53.78%
G = 2.52%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0099C (or 0xC0099C) is known color: Medium Violet Red. HEX triplet: C0, 09 and 9C. RGB value is (192,9,156). Sum of RGB (Red+Green+Blue) = 192+9+156=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0099C is #3FF663. Grayscale: #505050. Windows color (decimal): -4191844 or 10226112. OLE color: 10226112.

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

Color convert

RGB 192 9 156 -
CMYK 0 0.95 0.19 0.25
HSL 311.8º 0.91% 0.39% -
HSV(B) 311.8º 0.95% 0.75% -
XYZ 27.84 13.8 32.65 -
YUV 80.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 192 9 156 0 0.95 0.19 0.25 311.8 0.91 0.39
Hex C0 9 9C 0 5F 13 19 138 5B 27
Octal 300 11 234 0 137 23 31 470 133 47
Binary 11000000 1001 10011100 0 1011111 10011 11001 100111000 1011011 100111

Color Harmonies of #C0099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0099C

Black with #C0099C

Text Example


Text Example

White with #C0099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0099C; }

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

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

background-color css

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

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

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

border-color css

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

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

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