Html Css Color HEX #C0009F Medium Violet Red

📋 copy color: '#C0009F'

red 192 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #C0009F

Tints of Medium Violet Red #C0009F

RGB

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

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

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

R = 54.7%
G = 0%
B = 45.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0009F (or 0xC0009F) is known color: Medium Violet Red. HEX triplet: C0, 00 and 9F. RGB value is (192,0,159). Sum of RGB (Red+Green+Blue) = 192+0+159=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0009F is #3FFF60. Grayscale: #4B4B4B. Windows color (decimal): -4194145 or 10420416. OLE color: 10420416.

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

Color convert

RGB 192 0 159 -
CMYK 0 1 0.17 0.25
HSL 310.31º 1% 0.38% -
HSV(B) 310.31º 1% 0.75% -
XYZ 28 13.71 33.97 -
YUV 75.53 175.11 211.07 -
System Red Green Blue C M Y K H S L
Decimal 192 0 159 0 1 0.17 0.25 310.31 1 0.38
Hex C0 0 9F 0 64 11 19 136 64 26
Octal 300 0 237 0 144 21 31 466 144 46
Binary 11000000 0 10011111 0 1100100 10001 11001 100110110 1100100 100110

Color Harmonies of #C0009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0009F

Black with #C0009F

Text Example


Text Example

White with #C0009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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