Html Css Color HEX #C528CB Deep Magenta

📋 copy color: '#C528CB'

red 197 ◦ green 40 ◦ blue 203

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

Shades of Deep Magenta #C528CB

Tints of Deep Magenta #C528CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 44.77%
G = 9.09%
B = 46.14%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C528CB (or 0xC528CB) is known color: Deep Magenta. HEX triplet: C5, 28 and CB. RGB value is (197,40,203). Sum of RGB (Red+Green+Blue) = 197+40+203=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #C528CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528CB is #3AD734. Grayscale: #696969. Windows color (decimal): -3856181 or 13314245. OLE color: 13314245.

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

Color convert

RGB 197 40 203 -
CMYK 0.03 0.80 0 0.20
HSL 297.79º 0.67% 0.48% -
HSV(B) 297.79º 0.8% 0.8% -
XYZ 34.56 17.7 58.09 -
YUV 105.53 183.01 193.25 -
System Red Green Blue C M Y K H S L
Decimal 197 40 203 0.03 0.80 0 0.20 297.79 0.67 0.48
Hex C5 28 CB 3 50 0 14 12A 43 30
Octal 305 50 313 3 120 0 24 452 103 60
Binary 11000101 101000 11001011 11 1010000 0 10100 100101010 1000011 110000

Color Harmonies of #C528CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528CB

Black with #C528CB

Text Example


Text Example

White with #C528CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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