Html Css Color HEX #C526DF Deep Magenta

📋 copy color: '#C526DF'

red 197 ◦ green 38 ◦ blue 223

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

Shades of Deep Magenta #C526DF

Tints of Deep Magenta #C526DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 43.01%
G = 8.3%
B = 48.69%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C526DF (or 0xC526DF) is known color: Deep Magenta. HEX triplet: C5, 26 and DF. RGB value is (197,38,223). Sum of RGB (Red+Green+Blue) = 197+38+223=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #C526DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C526DF is #3AD920. Grayscale: #6A6A6A. Windows color (decimal): -3856673 or 14624453. OLE color: 14624453.

HSL color Cylindrical-coordinate representation of color #C526DF: hue angle of 291.57º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C526DF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 38 223 -
CMYK 0.12 0.83 0 0.13
HSL 291.57º 0.74% 0.51% -
HSV(B) 291.57º 0.83% 0.87% -
XYZ 37.04 18.58 71.45 -
YUV 106.63 193.68 192.46 -
System Red Green Blue C M Y K H S L
Decimal 197 38 223 0.12 0.83 0 0.13 291.57 0.74 0.51
Hex C5 26 DF C 53 0 D 124 4A 33
Octal 305 46 337 14 123 0 15 444 112 63
Binary 11000101 100110 11011111 1100 1010011 0 1101 100100100 1001010 110011

Color Harmonies of #C526DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526DF

Black with #C526DF

Text Example


Text Example

White with #C526DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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