Html Css Color HEX #C5017E Medium Violet Red

📋 copy color: '#C5017E'

red 197 ◦ green 1 ◦ blue 126

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

Shades of Medium Violet Red #C5017E

Tints of Medium Violet Red #C5017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 60.8%
G = 0.31%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5017E (or 0xC5017E) is known color: Medium Violet Red. HEX triplet: C5, 01 and 7E. RGB value is (197,1,126). Sum of RGB (Red+Green+Blue) = 197+1+126=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5017E is #3AFE81. Grayscale: #494949. Windows color (decimal): -3866242 or 8257989. OLE color: 8257989.

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

Color convert

RGB 197 1 126 -
CMYK 0 0.99 0.36 0.23
HSL 321.73º 0.99% 0.39% -
HSV(B) 321.73º 0.99% 0.77% -
XYZ 26.8 13.4 20.91 -
YUV 73.85 157.43 215.84 -
System Red Green Blue C M Y K H S L
Decimal 197 1 126 0 0.99 0.36 0.23 321.73 0.99 0.39
Hex C5 1 7E 0 63 24 17 142 63 27
Octal 305 1 176 0 143 44 27 502 143 47
Binary 11000101 1 1111110 0 1100011 100100 10111 101000010 1100011 100111

Color Harmonies of #C5017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5017E

Black with #C5017E

Text Example


Text Example

White with #C5017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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