Html Css Color HEX #C5016F Medium Violet Red

📋 copy color: '#C5016F'

red 197 ◦ green 1 ◦ blue 111

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

Shades of Medium Violet Red #C5016F

Tints of Medium Violet Red #C5016F

RGB

 RED value IS 197 (77.34% from 255) = 63.75%

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

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

R = 63.75%
G = 0.32%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5016F (or 0xC5016F) is known color: Medium Violet Red. HEX triplet: C5, 01 and 6F. RGB value is (197,1,111). Sum of RGB (Red+Green+Blue) = 197+1+111=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5016F is #3AFE90. Grayscale: #474747. Windows color (decimal): -3866257 or 7274949. OLE color: 7274949.

HSL color Cylindrical-coordinate representation of color #C5016F: hue angle of 326.33º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5016F is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 111 -
CMYK 0 0.99 0.44 0.23
HSL 326.33º 0.99% 0.39% -
HSV(B) 326.33º 0.99% 0.77% -
XYZ 25.91 13.04 16.19 -
YUV 72.14 149.93 217.06 -
System Red Green Blue C M Y K H S L
Decimal 197 1 111 0 0.99 0.44 0.23 326.33 0.99 0.39
Hex C5 1 6F 0 63 2C 17 146 63 27
Octal 305 1 157 0 143 54 27 506 143 47
Binary 11000101 1 1101111 0 1100011 101100 10111 101000110 1100011 100111

Color Harmonies of #C5016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5016F

Black with #C5016F

Text Example


Text Example

White with #C5016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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