Html Css Color HEX #C9027C Medium Violet Red

📋 copy color: '#C9027C'

red 201 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #C9027C

Tints of Medium Violet Red #C9027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 61.47%
G = 0.61%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9027C (or 0xC9027C) is known color: Medium Violet Red. HEX triplet: C9, 02 and 7C. RGB value is (201,2,124). Sum of RGB (Red+Green+Blue) = 201+2+124=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9027C is #36FD83. Grayscale: #4B4B4B. Windows color (decimal): -3603844 or 8127177. OLE color: 8127177.

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

Color convert

RGB 201 2 124 -
CMYK 0 0.99 0.38 0.21
HSL 323.22º 0.98% 0.4% -
HSV(B) 323.22º 0.99% 0.79% -
XYZ 27.75 13.92 20.29 -
YUV 75.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 201 2 124 0 0.99 0.38 0.21 323.22 0.98 0.4
Hex C9 2 7C 0 63 26 15 143 62 28
Octal 311 2 174 0 143 46 25 503 142 50
Binary 11001001 10 1111100 0 1100011 100110 10101 101000011 1100010 101000

Color Harmonies of #C9027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9027C

Black with #C9027C

Text Example


Text Example

White with #C9027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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