Html Css Color HEX #C51DDB Deep Magenta

📋 copy color: '#C51DDB'

red 197 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #C51DDB

Tints of Deep Magenta #C51DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 44.27%
G = 6.52%
B = 49.21%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C51DDB (or 0xC51DDB) is known color: Deep Magenta. HEX triplet: C5, 1D and DB. RGB value is (197,29,219). Sum of RGB (Red+Green+Blue) = 197+29+219=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #C51DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DDB is #3AE224. Grayscale: #646464. Windows color (decimal): -3858981 or 14360005. OLE color: 14360005.

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

Color convert

RGB 197 29 219 -
CMYK 0.10 0.87 0 0.14
HSL 293.05º 0.77% 0.49% -
HSV(B) 293.05º 0.87% 0.86% -
XYZ 36.25 17.86 68.56 -
YUV 100.89 194.66 196.55 -
System Red Green Blue C M Y K H S L
Decimal 197 29 219 0.10 0.87 0 0.14 293.05 0.77 0.49
Hex C5 1D DB A 57 0 E 125 4D 31
Octal 305 35 333 12 127 0 16 445 115 61
Binary 11000101 11101 11011011 1010 1010111 0 1110 100100101 1001101 110001

Color Harmonies of #C51DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DDB

Black with #C51DDB

Text Example


Text Example

White with #C51DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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