Html Css Color HEX #C528C0 Deep Magenta

📋 copy color: '#C528C0'

red 197 ◦ green 40 ◦ blue 192

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

Shades of Deep Magenta #C528C0

Tints of Deep Magenta #C528C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 45.92%
G = 9.32%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C528C0 (or 0xC528C0) is known color: Deep Magenta. HEX triplet: C5, 28 and C0. RGB value is (197,40,192). Sum of RGB (Red+Green+Blue) = 197+40+192=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C528C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528C0 is #3AD73F. Grayscale: #676767. Windows color (decimal): -3856192 or 12593349. OLE color: 12593349.

HSL color Cylindrical-coordinate representation of color #C528C0: hue angle of 301.91º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C528C0 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 192 -
CMYK 0 0.80 0.03 0.23
HSL 301.91º 0.66% 0.46% -
HSV(B) 301.91º 0.8% 0.77% -
XYZ 33.3 17.19 51.43 -
YUV 104.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 197 40 192 0 0.80 0.03 0.23 301.91 0.66 0.46
Hex C5 28 C0 0 50 3 17 12E 42 2E
Octal 305 50 300 0 120 3 27 456 102 56
Binary 11000101 101000 11000000 0 1010000 11 10111 100101110 1000010 101110

Color Harmonies of #C528C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528C0

Black with #C528C0

Text Example


Text Example

White with #C528C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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