Html Css Color HEX #C9017D Medium Violet Red

📋 copy color: '#C9017D'

red 201 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #C9017D

Tints of Medium Violet Red #C9017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 61.47%
G = 0.31%
B = 38.23%

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

#C9017D (or 0xC9017D) is known color: Medium Violet Red. HEX triplet: C9, 01 and 7D. RGB value is (201,1,125). Sum of RGB (Red+Green+Blue) = 201+1+125=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9017D is #36FE82. Grayscale: #4A4A4A. Windows color (decimal): -3604099 or 8192457. OLE color: 8192457.

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

Color convert

RGB 201 1 125 -
CMYK 0 1.00 0.38 0.21
HSL 322.8º 0.99% 0.4% -
HSV(B) 322.8º 1% 0.79% -
XYZ 27.8 13.92 20.62 -
YUV 74.94 156.26 217.92 -
System Red Green Blue C M Y K H S L
Decimal 201 1 125 0 1.00 0.38 0.21 322.8 0.99 0.4
Hex C9 1 7D 0 64 26 15 143 63 28
Octal 311 1 175 0 144 46 25 503 143 50
Binary 11001001 1 1111101 0 1100100 100110 10101 101000011 1100011 101000

Color Harmonies of #C9017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9017D

Black with #C9017D

Text Example


Text Example

White with #C9017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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