Html Css Color HEX #C528CC Deep Magenta

📋 copy color: '#C528CC'

red 197 ◦ green 40 ◦ blue 204

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

Shades of Deep Magenta #C528CC

Tints of Deep Magenta #C528CC

RGB

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

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

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

R = 44.67%
G = 9.07%
B = 46.26%

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

#C528CC (or 0xC528CC) is known color: Deep Magenta. HEX triplet: C5, 28 and CC. RGB value is (197,40,204). Sum of RGB (Red+Green+Blue) = 197+40+204=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #C528CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528CC is #3AD733. Grayscale: #696969. Windows color (decimal): -3856180 or 13379781. OLE color: 13379781.

HSL color Cylindrical-coordinate representation of color #C528CC: hue angle of 297.44º 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 #C528CC is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 40 204 -
CMYK 0.03 0.80 0 0.2
HSL 297.44º 0.67% 0.48% -
HSV(B) 297.44º 0.8% 0.8% -
XYZ 34.68 17.75 58.72 -
YUV 105.64 183.51 193.16 -
System Red Green Blue C M Y K H S L
Decimal 197 40 204 0.03 0.80 0 0.2 297.44 0.67 0.48
Hex C5 28 CC 3 50 0 14 129 43 30
Octal 305 50 314 3 120 0 24 451 103 60
Binary 11000101 101000 11001100 11 1010000 0 10100 100101001 1000011 110000

Color Harmonies of #C528CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528CC

Black with #C528CC

Text Example


Text Example

White with #C528CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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