Html Css Color HEX #C528BC Deep Magenta

📋 copy color: '#C528BC'

red 197 ◦ green 40 ◦ blue 188

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

Shades of Deep Magenta #C528BC

Tints of Deep Magenta #C528BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 46.35%
G = 9.41%
B = 44.24%

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

#C528BC (or 0xC528BC) is known color: Deep Magenta. HEX triplet: C5, 28 and BC. RGB value is (197,40,188). Sum of RGB (Red+Green+Blue) = 197+40+188=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C528BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528BC is #3AD743. Grayscale: #676767. Windows color (decimal): -3856196 or 12331205. OLE color: 12331205.

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

Color convert

RGB 197 40 188 -
CMYK 0 0.80 0.05 0.23
HSL 303.44º 0.66% 0.46% -
HSV(B) 303.44º 0.8% 0.77% -
XYZ 32.86 17.02 49.13 -
YUV 103.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 197 40 188 0 0.80 0.05 0.23 303.44 0.66 0.46
Hex C5 28 BC 0 50 5 17 12F 42 2E
Octal 305 50 274 0 120 5 27 457 102 56
Binary 11000101 101000 10111100 0 1010000 101 10111 100101111 1000010 101110

Color Harmonies of #C528BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528BC

Black with #C528BC

Text Example


Text Example

White with #C528BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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