Html Css Color HEX #C526CE Deep Magenta

📋 copy color: '#C526CE'

red 197 ◦ green 38 ◦ blue 206

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

Shades of Deep Magenta #C526CE

Tints of Deep Magenta #C526CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 44.67%
G = 8.62%
B = 46.71%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C526CE (or 0xC526CE) is known color: Deep Magenta. HEX triplet: C5, 26 and CE. RGB value is (197,38,206). Sum of RGB (Red+Green+Blue) = 197+38+206=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #C526CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526CE is #3AD931. Grayscale: #686868. Windows color (decimal): -3856690 or 13510341. OLE color: 13510341.

HSL color Cylindrical-coordinate representation of color #C526CE: hue angle of 296.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C526CE is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 38 206 -
CMYK 0.04 0.82 0 0.19
HSL 296.79º 0.69% 0.48% -
HSV(B) 296.79º 0.82% 0.81% -
XYZ 34.86 17.71 59.97 -
YUV 104.69 185.18 193.84 -
System Red Green Blue C M Y K H S L
Decimal 197 38 206 0.04 0.82 0 0.19 296.79 0.69 0.48
Hex C5 26 CE 4 52 0 13 129 45 30
Octal 305 46 316 4 122 0 23 451 105 60
Binary 11000101 100110 11001110 100 1010010 0 10011 100101001 1000101 110000

Color Harmonies of #C526CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526CE

Black with #C526CE

Text Example


Text Example

White with #C526CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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