Html Css Color HEX #C52096 Medium Violet Red

📋 copy color: '#C52096'

red 197 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #C52096

Tints of Medium Violet Red #C52096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

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

R = 51.98%
G = 8.44%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C52096 (or 0xC52096) is known color: Medium Violet Red. HEX triplet: C5, 20 and 96. RGB value is (197,32,150). Sum of RGB (Red+Green+Blue) = 197+32+150=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C52096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52096 is #3ADF69. Grayscale: #5E5E5E. Windows color (decimal): -3858282 or 9838789. OLE color: 9838789.

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

Color convert

RGB 197 32 150 -
CMYK 0 0.84 0.24 0.23
HSL 317.09º 0.72% 0.45% -
HSV(B) 317.09º 0.84% 0.77% -
XYZ 29.05 15.11 30.24 -
YUV 94.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 197 32 150 0 0.84 0.24 0.23 317.09 0.72 0.45
Hex C5 20 96 0 54 18 17 13D 48 2D
Octal 305 40 226 0 124 30 27 475 110 55
Binary 11000101 100000 10010110 0 1010100 11000 10111 100111101 1001000 101101

Color Harmonies of #C52096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52096

Black with #C52096

Text Example


Text Example

White with #C52096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52096; }

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

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

background-color css

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

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

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

border-color css

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

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

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