Html Css Color HEX #C524BD Deep Magenta

📋 copy color: '#C524BD'

red 197 ◦ green 36 ◦ blue 189

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

Shades of Deep Magenta #C524BD

Tints of Deep Magenta #C524BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 46.68%
G = 8.53%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C524BD (or 0xC524BD) is known color: Deep Magenta. HEX triplet: C5, 24 and BD. RGB value is (197,36,189). Sum of RGB (Red+Green+Blue) = 197+36+189=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C524BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524BD is #3ADB42. Grayscale: #656565. Windows color (decimal): -3857219 or 12395717. OLE color: 12395717.

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

Color convert

RGB 197 36 189 -
CMYK 0 0.82 0.04 0.23
HSL 302.98º 0.69% 0.46% -
HSV(B) 302.98º 0.82% 0.77% -
XYZ 32.84 16.81 49.66 -
YUV 101.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 197 36 189 0 0.82 0.04 0.23 302.98 0.69 0.46
Hex C5 24 BD 0 52 4 17 12F 45 2E
Octal 305 44 275 0 122 4 27 457 105 56
Binary 11000101 100100 10111101 0 1010010 100 10111 100101111 1000101 101110

Color Harmonies of #C524BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524BD

Black with #C524BD

Text Example


Text Example

White with #C524BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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