Html Css Color HEX #C9019E Medium Violet Red

📋 copy color: '#C9019E'

red 201 ◦ green 1 ◦ blue 158

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

Shades of Medium Violet Red #C9019E

Tints of Medium Violet Red #C9019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 55.83%
G = 0.28%
B = 43.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9019E (or 0xC9019E) is known color: Medium Violet Red. HEX triplet: C9, 01 and 9E. RGB value is (201,1,158). Sum of RGB (Red+Green+Blue) = 201+1+158=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9019E is #36FE61. Grayscale: #4E4E4E. Windows color (decimal): -3604066 or 10355145. OLE color: 10355145.

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

Color convert

RGB 201 1 158 -
CMYK 0 1.00 0.21 0.21
HSL 312.9º 0.99% 0.4% -
HSV(B) 312.9º 1% 0.79% -
XYZ 30.27 14.91 33.63 -
YUV 78.7 172.76 215.23 -
System Red Green Blue C M Y K H S L
Decimal 201 1 158 0 1.00 0.21 0.21 312.9 0.99 0.4
Hex C9 1 9E 0 64 15 15 139 63 28
Octal 311 1 236 0 144 25 25 471 143 50
Binary 11001001 1 10011110 0 1100100 10101 10101 100111001 1100011 101000

Color Harmonies of #C9019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9019E

Black with #C9019E

Text Example


Text Example

White with #C9019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9019E; }

 p { color: rgb(201,1,158); }

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

background-color css

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

 a { background-color: rgb(201,1,158); }

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

border-color css

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

 span { border-color: rgb(201,1,158); }

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