Html Css Color HEX #C5019F Medium Violet Red

📋 copy color: '#C5019F'

red 197 ◦ green 1 ◦ blue 159

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

Shades of Medium Violet Red #C5019F

Tints of Medium Violet Red #C5019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 55.18%
G = 0.28%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5019F (or 0xC5019F) is known color: Medium Violet Red. HEX triplet: C5, 01 and 9F. RGB value is (197,1,159). Sum of RGB (Red+Green+Blue) = 197+1+159=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5019F is #3AFE60. Grayscale: #4D4D4D. Windows color (decimal): -3866209 or 10420677. OLE color: 10420677.

HSL color Cylindrical-coordinate representation of color #C5019F: hue angle of 311.63º 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 #C5019F is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 159 -
CMYK 0 0.99 0.19 0.23
HSL 311.63º 0.99% 0.39% -
HSV(B) 311.63º 0.99% 0.77% -
XYZ 29.29 14.4 34.04 -
YUV 77.62 173.93 213.15 -
System Red Green Blue C M Y K H S L
Decimal 197 1 159 0 0.99 0.19 0.23 311.63 0.99 0.39
Hex C5 1 9F 0 63 13 17 138 63 27
Octal 305 1 237 0 143 23 27 470 143 47
Binary 11000101 1 10011111 0 1100011 10011 10111 100111000 1100011 100111

Color Harmonies of #C5019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5019F

Black with #C5019F

Text Example


Text Example

White with #C5019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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