Html Css Color HEX #C9029E Medium Violet Red

📋 copy color: '#C9029E'

red 201 ◦ green 2 ◦ blue 158

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

Shades of Medium Violet Red #C9029E

Tints of Medium Violet Red #C9029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 55.68%
G = 0.55%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9029E (or 0xC9029E) is known color: Medium Violet Red. HEX triplet: C9, 02 and 9E. RGB value is (201,2,158). Sum of RGB (Red+Green+Blue) = 201+2+158=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9029E is #36FD61. Grayscale: #4E4E4E. Windows color (decimal): -3603810 or 10355401. OLE color: 10355401.

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

Color convert

RGB 201 2 158 -
CMYK 0 0.99 0.21 0.21
HSL 312.96º 0.98% 0.4% -
HSV(B) 312.96º 0.99% 0.79% -
XYZ 30.28 14.93 33.63 -
YUV 79.29 172.43 214.82 -
System Red Green Blue C M Y K H S L
Decimal 201 2 158 0 0.99 0.21 0.21 312.96 0.98 0.4
Hex C9 2 9E 0 63 15 15 139 62 28
Octal 311 2 236 0 143 25 25 471 142 50
Binary 11001001 10 10011110 0 1100011 10101 10101 100111001 1100010 101000

Color Harmonies of #C9029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9029E

Black with #C9029E

Text Example


Text Example

White with #C9029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9029E; }

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

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

background-color css

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

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

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

border-color css

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

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

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