Html Css Color HEX #C525DE Deep Magenta

📋 copy color: '#C525DE'

red 197 ◦ green 37 ◦ blue 222

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

Shades of Deep Magenta #C525DE

Tints of Deep Magenta #C525DE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.11%

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 43.2%
G = 8.11%
B = 48.68%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C525DE (or 0xC525DE) is known color: Deep Magenta. HEX triplet: C5, 25 and DE. RGB value is (197,37,222). Sum of RGB (Red+Green+Blue) = 197+37+222=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #C525DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525DE is #3ADA21. Grayscale: #696969. Windows color (decimal): -3856930 or 14558661. OLE color: 14558661.

HSL color Cylindrical-coordinate representation of color #C525DE: hue angle of 291.89º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C525DE is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 37 222 -
CMYK 0.11 0.83 0 0.13
HSL 291.89º 0.74% 0.51% -
HSV(B) 291.89º 0.83% 0.87% -
XYZ 36.87 18.47 70.73 -
YUV 105.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 197 37 222 0.11 0.83 0 0.13 291.89 0.74 0.51
Hex C5 25 DE B 53 0 D 124 4A 33
Octal 305 45 336 13 123 0 15 444 112 63
Binary 11000101 100101 11011110 1011 1010011 0 1101 100100100 1001010 110011

Color Harmonies of #C525DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C525DE

Black with #C525DE

Text Example


Text Example

White with #C525DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C525DE; }

 p { color: rgb(197,37,222); }

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

background-color css

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

 a { background-color: rgb(197,37,222); }

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

border-color css

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

 span { border-color: rgb(197,37,222); }

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