Html Css Color HEX #C529DA Deep Magenta

📋 copy color: '#C529DA'

red 197 ◦ green 41 ◦ blue 218

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

Shades of Deep Magenta #C529DA

Tints of Deep Magenta #C529DA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.99%

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

R = 43.2%
G = 8.99%
B = 47.81%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C529DA (or 0xC529DA) is known color: Deep Magenta. HEX triplet: C5, 29 and DA. RGB value is (197,41,218). Sum of RGB (Red+Green+Blue) = 197+41+218=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #C529DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529DA is #3AD625. Grayscale: #6B6B6B. Windows color (decimal): -3855910 or 14297541. OLE color: 14297541.

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

Color convert

RGB 197 41 218 -
CMYK 0.10 0.81 0 0.15
HSL 292.88º 0.71% 0.51% -
HSV(B) 292.88º 0.81% 0.85% -
XYZ 36.47 18.52 67.98 -
YUV 107.82 190.18 191.61 -
System Red Green Blue C M Y K H S L
Decimal 197 41 218 0.10 0.81 0 0.15 292.88 0.71 0.51
Hex C5 29 DA A 51 0 F 125 47 33
Octal 305 51 332 12 121 0 17 445 107 63
Binary 11000101 101001 11011010 1010 1010001 0 1111 100100101 1000111 110011

Color Harmonies of #C529DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529DA

Black with #C529DA

Text Example


Text Example

White with #C529DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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