Html Css Color HEX #C526DB Deep Magenta

📋 copy color: '#C526DB'

red 197 ◦ green 38 ◦ blue 219

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

Shades of Deep Magenta #C526DB

Tints of Deep Magenta #C526DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.37%

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 43.39%
G = 8.37%
B = 48.24%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C526DB (or 0xC526DB) is known color: Deep Magenta. HEX triplet: C5, 26 and DB. RGB value is (197,38,219). Sum of RGB (Red+Green+Blue) = 197+38+219=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #C526DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526DB is #3AD924. Grayscale: #696969. Windows color (decimal): -3856677 or 14362309. OLE color: 14362309.

HSL color Cylindrical-coordinate representation of color #C526DB: hue angle of 292.71º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C526DB is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 38 219 -
CMYK 0.10 0.83 0 0.14
HSL 292.71º 0.72% 0.5% -
HSV(B) 292.71º 0.83% 0.86% -
XYZ 36.51 18.37 68.64 -
YUV 106.18 191.68 192.78 -
System Red Green Blue C M Y K H S L
Decimal 197 38 219 0.10 0.83 0 0.14 292.71 0.72 0.5
Hex C5 26 DB A 53 0 E 125 48 32
Octal 305 46 333 12 123 0 16 445 110 62
Binary 11000101 100110 11011011 1010 1010011 0 1110 100100101 1001000 110010

Color Harmonies of #C526DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526DB

Black with #C526DB

Text Example


Text Example

White with #C526DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526DB; }

 p { color: rgb(197,38,219); }

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

background-color css

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

 a { background-color: rgb(197,38,219); }

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

border-color css

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

 span { border-color: rgb(197,38,219); }

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