Html Css Color HEX #C9017C Medium Violet Red

📋 copy color: '#C9017C'

red 201 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #C9017C

Tints of Medium Violet Red #C9017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 61.66%
G = 0.31%
B = 38.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9017C (or 0xC9017C) is known color: Medium Violet Red. HEX triplet: C9, 01 and 7C. RGB value is (201,1,124). Sum of RGB (Red+Green+Blue) = 201+1+124=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C9017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9017C is #36FE83. Grayscale: #4A4A4A. Windows color (decimal): -3604100 or 8126921. OLE color: 8126921.

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

Color convert

RGB 201 1 124 -
CMYK 0 1.00 0.38 0.21
HSL 323.1º 0.99% 0.4% -
HSV(B) 323.1º 1% 0.79% -
XYZ 27.74 13.89 20.29 -
YUV 74.82 155.76 218 -
System Red Green Blue C M Y K H S L
Decimal 201 1 124 0 1.00 0.38 0.21 323.1 0.99 0.4
Hex C9 1 7C 0 64 26 15 143 63 28
Octal 311 1 174 0 144 46 25 503 143 50
Binary 11001001 1 1111100 0 1100100 100110 10101 101000011 1100011 101000

Color Harmonies of #C9017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9017C

Black with #C9017C

Text Example


Text Example

White with #C9017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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