Html Css Color HEX #C0099F Medium Violet Red

📋 copy color: '#C0099F'

red 192 ◦ green 9 ◦ blue 159

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

Shades of Medium Violet Red #C0099F

Tints of Medium Violet Red #C0099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 53.33%
G = 2.5%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0099F (or 0xC0099F) is known color: Medium Violet Red. HEX triplet: C0, 09 and 9F. RGB value is (192,9,159). Sum of RGB (Red+Green+Blue) = 192+9+159=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0099F is #3FF660. Grayscale: #505050. Windows color (decimal): -4191841 or 10422720. OLE color: 10422720.

HSL color Cylindrical-coordinate representation of color #C0099F: hue angle of 310.82º 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 #C0099F is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 159 -
CMYK 0 0.95 0.17 0.25
HSL 310.82º 0.91% 0.39% -
HSV(B) 310.82º 0.95% 0.75% -
XYZ 28.09 13.91 34 -
YUV 80.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 192 9 159 0 0.95 0.17 0.25 310.82 0.91 0.39
Hex C0 9 9F 0 5F 11 19 137 5B 27
Octal 300 11 237 0 137 21 31 467 133 47
Binary 11000000 1001 10011111 0 1011111 10001 11001 100110111 1011011 100111

Color Harmonies of #C0099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0099F

Black with #C0099F

Text Example


Text Example

White with #C0099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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