Html Css Color HEX #C52897 Medium Red Violet

📋 copy color: '#C52897'

red 197 ◦ green 40 ◦ blue 151

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

Shades of Medium Red Violet #C52897

Tints of Medium Red Violet #C52897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.31%

 BLUE value IS 151 (59.38% from 255) = 38.92%

R = 50.77%
G = 10.31%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C52897 (or 0xC52897) is known color: Medium Red Violet. HEX triplet: C5, 28 and 97. RGB value is (197,40,151). Sum of RGB (Red+Green+Blue) = 197+40+151=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C52897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52897 is #3AD768. Grayscale: #636363. Windows color (decimal): -3856233 or 9906373. OLE color: 9906373.

HSL color Cylindrical-coordinate representation of color #C52897: hue angle of 317.58º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52897 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 151 -
CMYK 0 0.80 0.23 0.23
HSL 317.58º 0.66% 0.46% -
HSV(B) 317.58º 0.8% 0.77% -
XYZ 29.37 15.62 30.75 -
YUV 99.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 197 40 151 0 0.80 0.23 0.23 317.58 0.66 0.46
Hex C5 28 97 0 50 17 17 13E 42 2E
Octal 305 50 227 0 120 27 27 476 102 56
Binary 11000101 101000 10010111 0 1010000 10111 10111 100111110 1000010 101110

Color Harmonies of #C52897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52897

Black with #C52897

Text Example


Text Example

White with #C52897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52897; }

 p { color: rgb(197,40,151); }

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

background-color css

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

 a { background-color: rgb(197,40,151); }

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

border-color css

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

 span { border-color: rgb(197,40,151); }

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