Html Css Color HEX #C9027A Medium Violet Red

📋 copy color: '#C9027A'

red 201 ◦ green 2 ◦ blue 122

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

Shades of Medium Violet Red #C9027A

Tints of Medium Violet Red #C9027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 61.85%
G = 0.62%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9027A (or 0xC9027A) is known color: Medium Violet Red. HEX triplet: C9, 02 and 7A. RGB value is (201,2,122). Sum of RGB (Red+Green+Blue) = 201+2+122=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9027A is #36FD85. Grayscale: #4A4A4A. Windows color (decimal): -3603846 or 7996105. OLE color: 7996105.

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

Color convert

RGB 201 2 122 -
CMYK 0 0.99 0.39 0.21
HSL 323.82º 0.98% 0.4% -
HSV(B) 323.82º 0.99% 0.79% -
XYZ 27.62 13.87 19.63 -
YUV 75.18 154.43 217.74 -
System Red Green Blue C M Y K H S L
Decimal 201 2 122 0 0.99 0.39 0.21 323.82 0.98 0.4
Hex C9 2 7A 0 63 27 15 144 62 28
Octal 311 2 172 0 143 47 25 504 142 50
Binary 11001001 10 1111010 0 1100011 100111 10101 101000100 1100010 101000

Color Harmonies of #C9027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9027A

Black with #C9027A

Text Example


Text Example

White with #C9027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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