Html Css Color HEX #C51DE0 Deep Magenta

📋 copy color: '#C51DE0'

red 197 ◦ green 29 ◦ blue 224

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

Shades of Deep Magenta #C51DE0

Tints of Deep Magenta #C51DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.44%

 BLUE value IS 224 (87.89% from 255) = 49.78%

R = 43.78%
G = 6.44%
B = 49.78%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C51DE0 (or 0xC51DE0) is known color: Deep Magenta. HEX triplet: C5, 1D and E0. RGB value is (197,29,224). Sum of RGB (Red+Green+Blue) = 197+29+224=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #C51DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DE0 is #3AE21F. Grayscale: #646464. Windows color (decimal): -3858976 or 14687685. OLE color: 14687685.

HSL color Cylindrical-coordinate representation of color #C51DE0: hue angle of 291.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51DE0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 29 224 -
CMYK 0.12 0.87 0 0.12
HSL 291.69º 0.77% 0.5% -
HSV(B) 291.69º 0.87% 0.88% -
XYZ 36.92 18.13 72.07 -
YUV 101.46 197.16 196.14 -
System Red Green Blue C M Y K H S L
Decimal 197 29 224 0.12 0.87 0 0.12 291.69 0.77 0.5
Hex C5 1D E0 C 57 0 C 124 4D 32
Octal 305 35 340 14 127 0 14 444 115 62
Binary 11000101 11101 11100000 1100 1010111 0 1100 100100100 1001101 110010

Color Harmonies of #C51DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DE0

Black with #C51DE0

Text Example


Text Example

White with #C51DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DE0; }

 p { color: rgb(197,29,224); }

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

background-color css

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

 a { background-color: rgb(197,29,224); }

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

border-color css

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

 span { border-color: rgb(197,29,224); }

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