Html Css Color HEX #C9028C Medium Violet Red

📋 copy color: '#C9028C'

red 201 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #C9028C

Tints of Medium Violet Red #C9028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 58.6%
G = 0.58%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9028C (or 0xC9028C) is known color: Medium Violet Red. HEX triplet: C9, 02 and 8C. RGB value is (201,2,140). Sum of RGB (Red+Green+Blue) = 201+2+140=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9028C is #36FD73. Grayscale: #4C4C4C. Windows color (decimal): -3603828 or 9175753. OLE color: 9175753.

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

Color convert

RGB 201 2 140 -
CMYK 0 0.99 0.30 0.21
HSL 318.39º 0.98% 0.4% -
HSV(B) 318.39º 0.99% 0.79% -
XYZ 28.84 14.35 26.06 -
YUV 77.23 163.43 216.28 -
System Red Green Blue C M Y K H S L
Decimal 201 2 140 0 0.99 0.30 0.21 318.39 0.98 0.4
Hex C9 2 8C 0 63 1E 15 13E 62 28
Octal 311 2 214 0 143 36 25 476 142 50
Binary 11001001 10 10001100 0 1100011 11110 10101 100111110 1100010 101000

Color Harmonies of #C9028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9028C

Black with #C9028C

Text Example


Text Example

White with #C9028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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