Html Css Color HEX #C9029B Medium Violet Red

📋 copy color: '#C9029B'

red 201 ◦ green 2 ◦ blue 155

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

Shades of Medium Violet Red #C9029B

Tints of Medium Violet Red #C9029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 56.15%
G = 0.56%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9029B (or 0xC9029B) is known color: Medium Violet Red. HEX triplet: C9, 02 and 9B. RGB value is (201,2,155). Sum of RGB (Red+Green+Blue) = 201+2+155=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9029B is #36FD64. Grayscale: #4E4E4E. Windows color (decimal): -3603813 or 10158793. OLE color: 10158793.

HSL color Cylindrical-coordinate representation of color #C9029B: hue angle of 313.87º 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 #C9029B is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 2 155 -
CMYK 0 0.99 0.23 0.21
HSL 313.87º 0.98% 0.4% -
HSV(B) 313.87º 0.99% 0.79% -
XYZ 30.03 14.83 32.29 -
YUV 78.94 170.93 215.06 -
System Red Green Blue C M Y K H S L
Decimal 201 2 155 0 0.99 0.23 0.21 313.87 0.98 0.4
Hex C9 2 9B 0 63 17 15 13A 62 28
Octal 311 2 233 0 143 27 25 472 142 50
Binary 11001001 10 10011011 0 1100011 10111 10101 100111010 1100010 101000

Color Harmonies of #C9029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9029B

Black with #C9029B

Text Example


Text Example

White with #C9029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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