Html Css Color HEX #C524BE Deep Magenta

📋 copy color: '#C524BE'

red 197 ◦ green 36 ◦ blue 190

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

Shades of Deep Magenta #C524BE

Tints of Deep Magenta #C524BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 46.57%
G = 8.51%
B = 44.92%

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

#C524BE (or 0xC524BE) is known color: Deep Magenta. HEX triplet: C5, 24 and BE. RGB value is (197,36,190). Sum of RGB (Red+Green+Blue) = 197+36+190=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C524BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524BE is #3ADB41. Grayscale: #656565. Windows color (decimal): -3857218 or 12461253. OLE color: 12461253.

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

Color convert

RGB 197 36 190 -
CMYK 0 0.82 0.04 0.23
HSL 302.61º 0.69% 0.46% -
HSV(B) 302.61º 0.82% 0.77% -
XYZ 32.95 16.85 50.23 -
YUV 101.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 197 36 190 0 0.82 0.04 0.23 302.61 0.69 0.46
Hex C5 24 BE 0 52 4 17 12F 45 2E
Octal 305 44 276 0 122 4 27 457 105 56
Binary 11000101 100100 10111110 0 1010010 100 10111 100101111 1000101 101110

Color Harmonies of #C524BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524BE

Black with #C524BE

Text Example


Text Example

White with #C524BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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