Html Css Color HEX #C0009D Medium Violet Red

📋 copy color: '#C0009D'

red 192 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #C0009D

Tints of Medium Violet Red #C0009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 55.01%
G = 0%
B = 44.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0009D (or 0xC0009D) is known color: Medium Violet Red. HEX triplet: C0, 00 and 9D. RGB value is (192,0,157). Sum of RGB (Red+Green+Blue) = 192+0+157=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0009D is #3FFF62. Grayscale: #4A4A4A. Windows color (decimal): -4194147 or 10289344. OLE color: 10289344.

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

Color convert

RGB 192 0 157 -
CMYK 0 1 0.18 0.25
HSL 310.94º 1% 0.38% -
HSV(B) 310.94º 1% 0.75% -
XYZ 27.82 13.64 33.06 -
YUV 75.31 174.11 211.23 -
System Red Green Blue C M Y K H S L
Decimal 192 0 157 0 1 0.18 0.25 310.94 1 0.38
Hex C0 0 9D 0 64 12 19 137 64 26
Octal 300 0 235 0 144 22 31 467 144 46
Binary 11000000 0 10011101 0 1100100 10010 11001 100110111 1100100 100110

Color Harmonies of #C0009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0009D

Black with #C0009D

Text Example


Text Example

White with #C0009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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