Html Css Color HEX #C529CC Deep Magenta

📋 copy color: '#C529CC'

red 197 ◦ green 41 ◦ blue 204

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

Shades of Deep Magenta #C529CC

Tints of Deep Magenta #C529CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 44.57%
G = 9.28%
B = 46.15%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C529CC (or 0xC529CC) is known color: Deep Magenta. HEX triplet: C5, 29 and CC. RGB value is (197,41,204). Sum of RGB (Red+Green+Blue) = 197+41+204=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #C529CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529CC is #3AD633. Grayscale: #696969. Windows color (decimal): -3855924 or 13380037. OLE color: 13380037.

HSL color Cylindrical-coordinate representation of color #C529CC: hue angle of 297.42º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C529CC is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 41 204 -
CMYK 0.03 0.80 0 0.2
HSL 297.42º 0.67% 0.48% -
HSV(B) 297.42º 0.8% 0.8% -
XYZ 34.72 17.82 58.74 -
YUV 106.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 197 41 204 0.03 0.80 0 0.2 297.42 0.67 0.48
Hex C5 29 CC 3 50 0 14 129 43 30
Octal 305 51 314 3 120 0 24 451 103 60
Binary 11000101 101001 11001100 11 1010000 0 10100 100101001 1000011 110000

Color Harmonies of #C529CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529CC

Black with #C529CC

Text Example


Text Example

White with #C529CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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