Html Css Color HEX #C528BB Deep Magenta

📋 copy color: '#C528BB'

red 197 ◦ green 40 ◦ blue 187

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

Shades of Deep Magenta #C528BB

Tints of Deep Magenta #C528BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 46.46%
G = 9.43%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C528BB (or 0xC528BB) is known color: Deep Magenta. HEX triplet: C5, 28 and BB. RGB value is (197,40,187). Sum of RGB (Red+Green+Blue) = 197+40+187=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C528BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528BB is #3AD744. Grayscale: #676767. Windows color (decimal): -3856197 or 12265669. OLE color: 12265669.

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

Color convert

RGB 197 40 187 -
CMYK 0 0.80 0.05 0.23
HSL 303.82º 0.66% 0.46% -
HSV(B) 303.82º 0.8% 0.77% -
XYZ 32.75 16.98 48.56 -
YUV 103.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 197 40 187 0 0.80 0.05 0.23 303.82 0.66 0.46
Hex C5 28 BB 0 50 5 17 130 42 2E
Octal 305 50 273 0 120 5 27 460 102 56
Binary 11000101 101000 10111011 0 1010000 101 10111 100110000 1000010 101110

Color Harmonies of #C528BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528BB

Black with #C528BB

Text Example


Text Example

White with #C528BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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