Html Css Color HEX #C51BDB Deep Magenta

📋 copy color: '#C51BDB'

red 197 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #C51BDB

Tints of Deep Magenta #C51BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.09%

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

R = 44.47%
G = 6.09%
B = 49.44%

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

#C51BDB (or 0xC51BDB) is known color: Deep Magenta. HEX triplet: C5, 1B and DB. RGB value is (197,27,219). Sum of RGB (Red+Green+Blue) = 197+27+219=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #C51BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BDB is #3AE424. Grayscale: #636363. Windows color (decimal): -3859493 or 14359493. OLE color: 14359493.

HSL color Cylindrical-coordinate representation of color #C51BDB: hue angle of 293.12º degrees, saturation: 0.78, 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 #C51BDB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 27 219 -
CMYK 0.10 0.88 0 0.14
HSL 293.13º 0.78% 0.48% -
HSV(B) 293.13º 0.88% 0.86% -
XYZ 36.2 17.77 68.54 -
YUV 99.72 195.32 197.39 -
System Red Green Blue C M Y K H S L
Decimal 197 27 219 0.10 0.88 0 0.14 293.13 0.78 0.48
Hex C5 1B DB A 58 0 E 125 4E 30
Octal 305 33 333 12 130 0 16 445 116 60
Binary 11000101 11011 11011011 1010 1011000 0 1110 100100101 1001110 110000

Color Harmonies of #C51BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BDB

Black with #C51BDB

Text Example


Text Example

White with #C51BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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