Html Css Color HEX #C51ED0 Deep Magenta

📋 copy color: '#C51ED0'

red 197 ◦ green 30 ◦ blue 208

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

Shades of Deep Magenta #C51ED0

Tints of Deep Magenta #C51ED0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.9%

 BLUE value IS 208 (81.64% from 255) = 47.82%

R = 45.29%
G = 6.9%
B = 47.82%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C51ED0 (or 0xC51ED0) is known color: Deep Magenta. HEX triplet: C5, 1E and D0. RGB value is (197,30,208). Sum of RGB (Red+Green+Blue) = 197+30+208=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #C51ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ED0 is #3AE12F. Grayscale: #636363. Windows color (decimal): -3858736 or 13639365. OLE color: 13639365.

HSL color Cylindrical-coordinate representation of color #C51ED0: hue angle of 296.29º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51ED0 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 30 208 -
CMYK 0.05 0.86 0 0.18
HSL 296.29º 0.75% 0.47% -
HSV(B) 296.29º 0.86% 0.82% -
XYZ 34.88 17.35 61.19 -
YUV 100.23 188.83 197.03 -
System Red Green Blue C M Y K H S L
Decimal 197 30 208 0.05 0.86 0 0.18 296.29 0.75 0.47
Hex C5 1E D0 5 56 0 12 128 4B 2F
Octal 305 36 320 5 126 0 22 450 113 57
Binary 11000101 11110 11010000 101 1010110 0 10010 100101000 1001011 101111

Color Harmonies of #C51ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51ED0

Black with #C51ED0

Text Example


Text Example

White with #C51ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51ED0; }

 p { color: rgb(197,30,208); }

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

background-color css

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

 a { background-color: rgb(197,30,208); }

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

border-color css

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

 span { border-color: rgb(197,30,208); }

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