Html Css Color HEX #C524CB Deep Magenta

📋 copy color: '#C524CB'

red 197 ◦ green 36 ◦ blue 203

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

Shades of Deep Magenta #C524CB

Tints of Deep Magenta #C524CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 45.18%
G = 8.26%
B = 46.56%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C524CB (or 0xC524CB) is known color: Deep Magenta. HEX triplet: C5, 24 and CB. RGB value is (197,36,203). Sum of RGB (Red+Green+Blue) = 197+36+203=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #C524CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524CB is #3ADB34. Grayscale: #666666. Windows color (decimal): -3857205 or 13313221. OLE color: 13313221.

HSL color Cylindrical-coordinate representation of color #C524CB: hue angle of 297.84º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C524CB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 36 203 -
CMYK 0.03 0.82 0 0.20
HSL 297.84º 0.7% 0.47% -
HSV(B) 297.84º 0.82% 0.8% -
XYZ 34.44 17.44 58.05 -
YUV 103.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 197 36 203 0.03 0.82 0 0.20 297.84 0.7 0.47
Hex C5 24 CB 3 52 0 14 12A 46 2F
Octal 305 44 313 3 122 0 24 452 106 57
Binary 11000101 100100 11001011 11 1010010 0 10100 100101010 1000110 101111

Color Harmonies of #C524CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524CB

Black with #C524CB

Text Example


Text Example

White with #C524CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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