Html Css Color HEX #C9016E Medium Violet Red

📋 copy color: '#C9016E'

red 201 ◦ green 1 ◦ blue 110

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

Shades of Medium Violet Red #C9016E

Tints of Medium Violet Red #C9016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 64.42%
G = 0.32%
B = 35.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9016E (or 0xC9016E) is known color: Medium Violet Red. HEX triplet: C9, 01 and 6E. RGB value is (201,1,110). Sum of RGB (Red+Green+Blue) = 201+1+110=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9016E is #36FE91. Grayscale: #484848. Windows color (decimal): -3604114 or 7209417. OLE color: 7209417.

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

Color convert

RGB 201 1 110 -
CMYK 0 1.00 0.45 0.21
HSL 327.3º 0.99% 0.4% -
HSV(B) 327.3º 1% 0.79% -
XYZ 26.91 13.57 15.95 -
YUV 73.23 148.76 219.14 -
System Red Green Blue C M Y K H S L
Decimal 201 1 110 0 1.00 0.45 0.21 327.3 0.99 0.4
Hex C9 1 6E 0 64 2D 15 147 63 28
Octal 311 1 156 0 144 55 25 507 143 50
Binary 11001001 1 1101110 0 1100100 101101 10101 101000111 1100011 101000

Color Harmonies of #C9016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9016E

Black with #C9016E

Text Example


Text Example

White with #C9016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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