Html Css Color HEX #C5027C Medium Violet Red

📋 copy color: '#C5027C'

red 197 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #C5027C

Tints of Medium Violet Red #C5027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 60.99%
G = 0.62%
B = 38.39%

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

#C5027C (or 0xC5027C) is known color: Medium Violet Red. HEX triplet: C5, 02 and 7C. RGB value is (197,2,124). Sum of RGB (Red+Green+Blue) = 197+2+124=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5027C is #3AFD83. Grayscale: #494949. Windows color (decimal): -3865988 or 8127173. OLE color: 8127173.

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

Color convert

RGB 197 2 124 -
CMYK 0 0.99 0.37 0.23
HSL 322.46º 0.98% 0.39% -
HSV(B) 322.46º 0.99% 0.77% -
XYZ 26.69 13.37 20.24 -
YUV 74.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 197 2 124 0 0.99 0.37 0.23 322.46 0.98 0.39
Hex C5 2 7C 0 63 25 17 142 62 27
Octal 305 2 174 0 143 45 27 502 142 47
Binary 11000101 10 1111100 0 1100011 100101 10111 101000010 1100010 100111

Color Harmonies of #C5027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5027C

Black with #C5027C

Text Example


Text Example

White with #C5027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5027C; }

 p { color: rgb(197,2,124); }

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

background-color css

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

 a { background-color: rgb(197,2,124); }

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

border-color css

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

 span { border-color: rgb(197,2,124); }

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