Html Css Color HEX #C5027F Medium Violet Red

📋 copy color: '#C5027F'

red 197 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #C5027F

Tints of Medium Violet Red #C5027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 60.43%
G = 0.61%
B = 38.96%

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

#C5027F (or 0xC5027F) is known color: Medium Violet Red. HEX triplet: C5, 02 and 7F. RGB value is (197,2,127). Sum of RGB (Red+Green+Blue) = 197+2+127=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5027F is #3AFD80. Grayscale: #4A4A4A. Windows color (decimal): -3865985 or 8323781. OLE color: 8323781.

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

Color convert

RGB 197 2 127 -
CMYK 0 0.99 0.36 0.23
HSL 321.54º 0.98% 0.39% -
HSV(B) 321.54º 0.99% 0.77% -
XYZ 26.88 13.45 21.26 -
YUV 74.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 197 2 127 0 0.99 0.36 0.23 321.54 0.98 0.39
Hex C5 2 7F 0 63 24 17 142 62 27
Octal 305 2 177 0 143 44 27 502 142 47
Binary 11000101 10 1111111 0 1100011 100100 10111 101000010 1100010 100111

Color Harmonies of #C5027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5027F

Black with #C5027F

Text Example


Text Example

White with #C5027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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