Html Css Color HEX #C528BE Deep Magenta

📋 copy color: '#C528BE'

red 197 ◦ green 40 ◦ blue 190

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

Shades of Deep Magenta #C528BE

Tints of Deep Magenta #C528BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 46.14%
G = 9.37%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C528BE (or 0xC528BE) is known color: Deep Magenta. HEX triplet: C5, 28 and BE. RGB value is (197,40,190). Sum of RGB (Red+Green+Blue) = 197+40+190=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C528BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528BE is #3AD741. Grayscale: #676767. Windows color (decimal): -3856194 or 12462277. OLE color: 12462277.

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

Color convert

RGB 197 40 190 -
CMYK 0 0.80 0.04 0.23
HSL 302.68º 0.66% 0.46% -
HSV(B) 302.68º 0.8% 0.77% -
XYZ 33.08 17.11 50.27 -
YUV 104.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 197 40 190 0 0.80 0.04 0.23 302.68 0.66 0.46
Hex C5 28 BE 0 50 4 17 12F 42 2E
Octal 305 50 276 0 120 4 27 457 102 56
Binary 11000101 101000 10111110 0 1010000 100 10111 100101111 1000010 101110

Color Harmonies of #C528BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528BE

Black with #C528BE

Text Example


Text Example

White with #C528BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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