Html Css Color HEX #C9019C Medium Violet Red

📋 copy color: '#C9019C'

red 201 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #C9019C

Tints of Medium Violet Red #C9019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.58%

R = 56.15%
G = 0.28%
B = 43.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9019C (or 0xC9019C) is known color: Medium Violet Red. HEX triplet: C9, 01 and 9C. RGB value is (201,1,156). Sum of RGB (Red+Green+Blue) = 201+1+156=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9019C is #36FE63. Grayscale: #4E4E4E. Windows color (decimal): -3604068 or 10224073. OLE color: 10224073.

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

Color convert

RGB 201 1 156 -
CMYK 0 1.00 0.22 0.21
HSL 313.5º 0.99% 0.4% -
HSV(B) 313.5º 1% 0.79% -
XYZ 30.1 14.84 32.73 -
YUV 78.47 171.76 215.4 -
System Red Green Blue C M Y K H S L
Decimal 201 1 156 0 1.00 0.22 0.21 313.5 0.99 0.4
Hex C9 1 9C 0 64 16 15 13A 63 28
Octal 311 1 234 0 144 26 25 472 143 50
Binary 11001001 1 10011100 0 1100100 10110 10101 100111010 1100011 101000

Color Harmonies of #C9019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9019C

Black with #C9019C

Text Example


Text Example

White with #C9019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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