Html Css Color HEX #C528BA Deep Magenta

📋 copy color: '#C528BA'

red 197 ◦ green 40 ◦ blue 186

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

Shades of Deep Magenta #C528BA

Tints of Deep Magenta #C528BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 46.57%
G = 9.46%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C528BA (or 0xC528BA) is known color: Deep Magenta. HEX triplet: C5, 28 and BA. RGB value is (197,40,186). Sum of RGB (Red+Green+Blue) = 197+40+186=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C528BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528BA is #3AD745. Grayscale: #676767. Windows color (decimal): -3856198 or 12200133. OLE color: 12200133.

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

Color convert

RGB 197 40 186 -
CMYK 0 0.80 0.06 0.23
HSL 304.2º 0.66% 0.46% -
HSV(B) 304.2º 0.8% 0.77% -
XYZ 32.65 16.93 48 -
YUV 103.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 197 40 186 0 0.80 0.06 0.23 304.2 0.66 0.46
Hex C5 28 BA 0 50 6 17 130 42 2E
Octal 305 50 272 0 120 6 27 460 102 56
Binary 11000101 101000 10111010 0 1010000 110 10111 100110000 1000010 101110

Color Harmonies of #C528BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528BA

Black with #C528BA

Text Example


Text Example

White with #C528BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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