Html Css Color HEX #C9016D Medium Violet Red

📋 copy color: '#C9016D'

red 201 ◦ green 1 ◦ blue 109

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

Shades of Medium Violet Red #C9016D

Tints of Medium Violet Red #C9016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 64.63%
G = 0.32%
B = 35.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9016D (or 0xC9016D) is known color: Medium Violet Red. HEX triplet: C9, 01 and 6D. RGB value is (201,1,109). Sum of RGB (Red+Green+Blue) = 201+1+109=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9016D is #36FE92. Grayscale: #484848. Windows color (decimal): -3604115 or 7143881. OLE color: 7143881.

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

Color convert

RGB 201 1 109 -
CMYK 0 1.00 0.46 0.21
HSL 327.6º 0.99% 0.4% -
HSV(B) 327.6º 1% 0.79% -
XYZ 26.86 13.54 15.67 -
YUV 73.11 148.26 219.22 -
System Red Green Blue C M Y K H S L
Decimal 201 1 109 0 1.00 0.46 0.21 327.6 0.99 0.4
Hex C9 1 6D 0 64 2E 15 148 63 28
Octal 311 1 155 0 144 56 25 510 143 50
Binary 11001001 1 1101101 0 1100100 101110 10101 101001000 1100011 101000

Color Harmonies of #C9016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9016D

Black with #C9016D

Text Example


Text Example

White with #C9016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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