Html Css Color HEX #C528DA Deep Magenta

📋 copy color: '#C528DA'

red 197 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #C528DA

Tints of Deep Magenta #C528DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.79%

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 43.3%
G = 8.79%
B = 47.91%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C528DA (or 0xC528DA) is known color: Deep Magenta. HEX triplet: C5, 28 and DA. RGB value is (197,40,218). Sum of RGB (Red+Green+Blue) = 197+40+218=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #C528DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528DA is #3AD725. Grayscale: #6A6A6A. Windows color (decimal): -3856166 or 14297285. OLE color: 14297285.

HSL color Cylindrical-coordinate representation of color #C528DA: hue angle of 292.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C528DA is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 40 218 -
CMYK 0.10 0.82 0 0.15
HSL 292.92º 0.71% 0.51% -
HSV(B) 292.92º 0.82% 0.85% -
XYZ 36.44 18.45 67.97 -
YUV 107.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 197 40 218 0.10 0.82 0 0.15 292.92 0.71 0.51
Hex C5 28 DA A 52 0 F 125 47 33
Octal 305 50 332 12 122 0 17 445 107 63
Binary 11000101 101000 11011010 1010 1010010 0 1111 100100101 1000111 110011

Color Harmonies of #C528DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528DA

Black with #C528DA

Text Example


Text Example

White with #C528DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528DA; }

 p { color: rgb(197,40,218); }

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

background-color css

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

 a { background-color: rgb(197,40,218); }

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

border-color css

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

 span { border-color: rgb(197,40,218); }

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