Html Css Color HEX #C526B2 Deep Magenta

📋 copy color: '#C526B2'

red 197 ◦ green 38 ◦ blue 178

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

Shades of Deep Magenta #C526B2

Tints of Deep Magenta #C526B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 47.7%
G = 9.2%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C526B2 (or 0xC526B2) is known color: Deep Magenta. HEX triplet: C5, 26 and B2. RGB value is (197,38,178). Sum of RGB (Red+Green+Blue) = 197+38+178=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C526B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C526B2 is #3AD94D. Grayscale: #656565. Windows color (decimal): -3856718 or 11675333. OLE color: 11675333.

HSL color Cylindrical-coordinate representation of color #C526B2: hue angle of 307.17º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C526B2 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 38 178 -
CMYK 0 0.81 0.10 0.23
HSL 307.17º 0.68% 0.46% -
HSV(B) 307.17º 0.81% 0.77% -
XYZ 31.75 16.47 43.63 -
YUV 101.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 197 38 178 0 0.81 0.10 0.23 307.17 0.68 0.46
Hex C5 26 B2 0 51 A 17 133 44 2E
Octal 305 46 262 0 121 12 27 463 104 56
Binary 11000101 100110 10110010 0 1010001 1010 10111 100110011 1000100 101110

Color Harmonies of #C526B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526B2

Black with #C526B2

Text Example


Text Example

White with #C526B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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