Html Css Color HEX #C5017D Medium Violet Red

📋 copy color: '#C5017D'

red 197 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #C5017D

Tints of Medium Violet Red #C5017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 60.99%
G = 0.31%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5017D (or 0xC5017D) is known color: Medium Violet Red. HEX triplet: C5, 01 and 7D. RGB value is (197,1,125). Sum of RGB (Red+Green+Blue) = 197+1+125=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5017D is #3AFE82. Grayscale: #494949. Windows color (decimal): -3866243 or 8192453. OLE color: 8192453.

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

Color convert

RGB 197 1 125 -
CMYK 0 0.99 0.37 0.23
HSL 322.04º 0.99% 0.39% -
HSV(B) 322.04º 0.99% 0.77% -
XYZ 26.74 13.37 20.57 -
YUV 73.74 156.93 215.92 -
System Red Green Blue C M Y K H S L
Decimal 197 1 125 0 0.99 0.37 0.23 322.04 0.99 0.39
Hex C5 1 7D 0 63 25 17 142 63 27
Octal 305 1 175 0 143 45 27 502 143 47
Binary 11000101 1 1111101 0 1100011 100101 10111 101000010 1100011 100111

Color Harmonies of #C5017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5017D

Black with #C5017D

Text Example


Text Example

White with #C5017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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