Html Css Color HEX #C524CF Deep Magenta

📋 copy color: '#C524CF'

red 197 ◦ green 36 ◦ blue 207

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

Shades of Deep Magenta #C524CF

Tints of Deep Magenta #C524CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 44.77%
G = 8.18%
B = 47.05%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C524CF (or 0xC524CF) is known color: Deep Magenta. HEX triplet: C5, 24 and CF. RGB value is (197,36,207). Sum of RGB (Red+Green+Blue) = 197+36+207=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #C524CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C524CF is #3ADB30. Grayscale: #676767. Windows color (decimal): -3857201 or 13575365. OLE color: 13575365.

HSL color Cylindrical-coordinate representation of color #C524CF: hue angle of 296.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C524CF is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 36 207 -
CMYK 0.05 0.83 0 0.19
HSL 296.49º 0.7% 0.48% -
HSV(B) 296.49º 0.83% 0.81% -
XYZ 34.92 17.64 60.6 -
YUV 103.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 197 36 207 0.05 0.83 0 0.19 296.49 0.7 0.48
Hex C5 24 CF 5 53 0 13 128 46 30
Octal 305 44 317 5 123 0 23 450 106 60
Binary 11000101 100100 11001111 101 1010011 0 10011 100101000 1000110 110000

Color Harmonies of #C524CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524CF

Black with #C524CF

Text Example


Text Example

White with #C524CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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