Html Css Color HEX #C52496 Medium Violet Red

📋 copy color: '#C52496'

red 197 ◦ green 36 ◦ blue 150

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

Shades of Medium Violet Red #C52496

Tints of Medium Violet Red #C52496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.4%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 51.44%
G = 9.4%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C52496 (or 0xC52496) is known color: Medium Violet Red. HEX triplet: C5, 24 and 96. RGB value is (197,36,150). Sum of RGB (Red+Green+Blue) = 197+36+150=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C52496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52496 is #3ADB69. Grayscale: #606060. Windows color (decimal): -3857258 or 9839813. OLE color: 9839813.

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

Color convert

RGB 197 36 150 -
CMYK 0 0.82 0.24 0.23
HSL 317.52º 0.69% 0.46% -
HSV(B) 317.52º 0.82% 0.77% -
XYZ 29.16 15.33 30.28 -
YUV 97.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 197 36 150 0 0.82 0.24 0.23 317.52 0.69 0.46
Hex C5 24 96 0 52 18 17 13E 45 2E
Octal 305 44 226 0 122 30 27 476 105 56
Binary 11000101 100100 10010110 0 1010010 11000 10111 100111110 1000101 101110

Color Harmonies of #C52496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52496

Black with #C52496

Text Example


Text Example

White with #C52496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52496; }

 p { color: rgb(197,36,150); }

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

background-color css

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

 a { background-color: rgb(197,36,150); }

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

border-color css

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

 span { border-color: rgb(197,36,150); }

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