Html Css Color HEX #C528C6 Deep Magenta

📋 copy color: '#C528C6'

red 197 ◦ green 40 ◦ blue 198

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

Shades of Deep Magenta #C528C6

Tints of Deep Magenta #C528C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.52%

R = 45.29%
G = 9.2%
B = 45.52%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C528C6 (or 0xC528C6) is known color: Deep Magenta. HEX triplet: C5, 28 and C6. RGB value is (197,40,198). Sum of RGB (Red+Green+Blue) = 197+40+198=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #C528C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528C6 is #3AD739. Grayscale: #686868. Windows color (decimal): -3856186 or 12986565. OLE color: 12986565.

HSL color Cylindrical-coordinate representation of color #C528C6: hue angle of 299.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C528C6 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 40 198 -
CMYK 0.01 0.80 0 0.22
HSL 299.62º 0.66% 0.47% -
HSV(B) 299.62º 0.8% 0.78% -
XYZ 33.98 17.47 55.01 -
YUV 104.96 180.51 193.65 -
System Red Green Blue C M Y K H S L
Decimal 197 40 198 0.01 0.80 0 0.22 299.62 0.66 0.47
Hex C5 28 C6 1 50 0 16 12C 42 2F
Octal 305 50 306 1 120 0 26 454 102 57
Binary 11000101 101000 11000110 1 1010000 0 10110 100101100 1000010 101111

Color Harmonies of #C528C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528C6

Black with #C528C6

Text Example


Text Example

White with #C528C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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