Html Css Color HEX #C9009F Medium Violet Red

📋 copy color: '#C9009F'

red 201 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #C9009F

Tints of Medium Violet Red #C9009F

RGB

 RED value IS 201 (78.91% from 255) = 55.83%

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

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

R = 55.83%
G = 0%
B = 44.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9009F (or 0xC9009F) is known color: Medium Violet Red. HEX triplet: C9, 00 and 9F. RGB value is (201,0,159). Sum of RGB (Red+Green+Blue) = 201+0+159=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9009F is #36FF60. Grayscale: #4D4D4D. Windows color (decimal): -3604321 or 10420425. OLE color: 10420425.

HSL color Cylindrical-coordinate representation of color #C9009F: hue angle of 312.54º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9009F is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 159 -
CMYK 0 1 0.21 0.21
HSL 312.54º 1% 0.39% -
HSV(B) 312.54º 1% 0.79% -
XYZ 30.35 14.92 34.08 -
YUV 78.23 173.59 215.57 -
System Red Green Blue C M Y K H S L
Decimal 201 0 159 0 1 0.21 0.21 312.54 1 0.39
Hex C9 0 9F 0 64 15 15 139 64 27
Octal 311 0 237 0 144 25 25 471 144 47
Binary 11001001 0 10011111 0 1100100 10101 10101 100111001 1100100 100111

Color Harmonies of #C9009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9009F

Black with #C9009F

Text Example


Text Example

White with #C9009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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