Html Css Color HEX #C51CDB Deep Magenta

📋 copy color: '#C51CDB'

red 197 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #C51CDB

Tints of Deep Magenta #C51CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.31%

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

R = 44.37%
G = 6.31%
B = 49.32%

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

#C51CDB (or 0xC51CDB) is known color: Deep Magenta. HEX triplet: C5, 1C and DB. RGB value is (197,28,219). Sum of RGB (Red+Green+Blue) = 197+28+219=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #C51CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CDB is #3AE324. Grayscale: #636363. Windows color (decimal): -3859237 or 14359749. OLE color: 14359749.

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

Color convert

RGB 197 28 219 -
CMYK 0.10 0.87 0 0.14
HSL 293.09º 0.77% 0.48% -
HSV(B) 293.09º 0.87% 0.86% -
XYZ 36.23 17.82 68.55 -
YUV 100.31 194.99 196.97 -
System Red Green Blue C M Y K H S L
Decimal 197 28 219 0.10 0.87 0 0.14 293.09 0.77 0.48
Hex C5 1C DB A 57 0 E 125 4D 30
Octal 305 34 333 12 127 0 16 445 115 60
Binary 11000101 11100 11011011 1010 1010111 0 1110 100100101 1001101 110000

Color Harmonies of #C51CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CDB

Black with #C51CDB

Text Example


Text Example

White with #C51CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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