Html Css Color HEX #C52484 Medium Violet Red

📋 copy color: '#C52484'

red 197 ◦ green 36 ◦ blue 132

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

Shades of Medium Violet Red #C52484

Tints of Medium Violet Red #C52484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 53.97%
G = 9.86%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C52484 (or 0xC52484) is known color: Medium Violet Red. HEX triplet: C5, 24 and 84. RGB value is (197,36,132). Sum of RGB (Red+Green+Blue) = 197+36+132=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C52484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52484 is #3ADB7B. Grayscale: #5E5E5E. Windows color (decimal): -3857276 or 8660165. OLE color: 8660165.

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

Color convert

RGB 197 36 132 -
CMYK 0 0.82 0.33 0.23
HSL 324.22º 0.69% 0.46% -
HSV(B) 324.22º 0.82% 0.77% -
XYZ 27.82 14.8 23.22 -
YUV 95.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 197 36 132 0 0.82 0.33 0.23 324.22 0.69 0.46
Hex C5 24 84 0 52 21 17 144 45 2E
Octal 305 44 204 0 122 41 27 504 105 56
Binary 11000101 100100 10000100 0 1010010 100001 10111 101000100 1000101 101110

Color Harmonies of #C52484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52484

Black with #C52484

Text Example


Text Example

White with #C52484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52484; }

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

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

background-color css

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

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

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

border-color css

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

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

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