Html Css Color HEX #C51ADC Deep Magenta

📋 copy color: '#C51ADC'

red 197 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #C51ADC

Tints of Deep Magenta #C51ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.87%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 44.47%
G = 5.87%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C51ADC (or 0xC51ADC) is known color: Deep Magenta. HEX triplet: C5, 1A and DC. RGB value is (197,26,220). Sum of RGB (Red+Green+Blue) = 197+26+220=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #C51ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ADC is #3AE523. Grayscale: #626262. Windows color (decimal): -3859748 or 14424773. OLE color: 14424773.

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

Color convert

RGB 197 26 220 -
CMYK 0.10 0.88 0 0.14
HSL 292.89º 0.79% 0.48% -
HSV(B) 292.89º 0.88% 0.86% -
XYZ 36.31 17.78 69.23 -
YUV 99.25 196.15 197.73 -
System Red Green Blue C M Y K H S L
Decimal 197 26 220 0.10 0.88 0 0.14 292.89 0.79 0.48
Hex C5 1A DC A 58 0 E 125 4F 30
Octal 305 32 334 12 130 0 16 445 117 60
Binary 11000101 11010 11011100 1010 1011000 0 1110 100100101 1001111 110000

Color Harmonies of #C51ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51ADC

Black with #C51ADC

Text Example


Text Example

White with #C51ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51ADC; }

 p { color: rgb(197,26,220); }

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

background-color css

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

 a { background-color: rgb(197,26,220); }

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

border-color css

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

 span { border-color: rgb(197,26,220); }

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