Html Css Color HEX #C9016F Medium Violet Red

📋 copy color: '#C9016F'

red 201 ◦ green 1 ◦ blue 111

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

Shades of Medium Violet Red #C9016F

Tints of Medium Violet Red #C9016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 64.22%
G = 0.32%
B = 35.46%

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

#C9016F (or 0xC9016F) is known color: Medium Violet Red. HEX triplet: C9, 01 and 6F. RGB value is (201,1,111). Sum of RGB (Red+Green+Blue) = 201+1+111=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9016F is #36FE90. Grayscale: #494949. Windows color (decimal): -3604113 or 7274953. OLE color: 7274953.

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

Color convert

RGB 201 1 111 -
CMYK 0 1.00 0.45 0.21
HSL 327º 0.99% 0.4% -
HSV(B) 327º 1% 0.79% -
XYZ 26.97 13.59 16.24 -
YUV 73.34 149.26 219.06 -
System Red Green Blue C M Y K H S L
Decimal 201 1 111 0 1.00 0.45 0.21 327 0.99 0.4
Hex C9 1 6F 0 64 2D 15 147 63 28
Octal 311 1 157 0 144 55 25 507 143 50
Binary 11001001 1 1101111 0 1100100 101101 10101 101000111 1100011 101000

Color Harmonies of #C9016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9016F

Black with #C9016F

Text Example


Text Example

White with #C9016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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