Html Css Color HEX #C9018E Medium Violet Red

📋 copy color: '#C9018E'

red 201 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #C9018E

Tints of Medium Violet Red #C9018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.28%

R = 58.43%
G = 0.29%
B = 41.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9018E (or 0xC9018E) is known color: Medium Violet Red. HEX triplet: C9, 01 and 8E. RGB value is (201,1,142). Sum of RGB (Red+Green+Blue) = 201+1+142=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9018E is #36FE71. Grayscale: #4C4C4C. Windows color (decimal): -3604082 or 9306569. OLE color: 9306569.

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

Color convert

RGB 201 1 142 -
CMYK 0 1.00 0.29 0.21
HSL 317.7º 0.99% 0.4% -
HSV(B) 317.7º 1% 0.79% -
XYZ 28.98 14.39 26.84 -
YUV 76.87 164.76 216.54 -
System Red Green Blue C M Y K H S L
Decimal 201 1 142 0 1.00 0.29 0.21 317.7 0.99 0.4
Hex C9 1 8E 0 64 1D 15 13E 63 28
Octal 311 1 216 0 144 35 25 476 143 50
Binary 11001001 1 10001110 0 1100100 11101 10101 100111110 1100011 101000

Color Harmonies of #C9018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9018E

Black with #C9018E

Text Example


Text Example

White with #C9018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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