Html Css Color HEX #C61EDB Deep Magenta

📋 copy color: '#C61EDB'

red 198 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #C61EDB

Tints of Deep Magenta #C61EDB

RGB

 RED value IS 198 (77.73% from 255) = 44.3%

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

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

R = 44.3%
G = 6.71%
B = 48.99%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C61EDB (or 0xC61EDB) is known color: Deep Magenta. HEX triplet: C6, 1E and DB. RGB value is (198,30,219). Sum of RGB (Red+Green+Blue) = 198+30+219=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #C61EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EDB is #39E124. Grayscale: #656565. Windows color (decimal): -3793189 or 14360262. OLE color: 14360262.

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

Color convert

RGB 198 30 219 -
CMYK 0.10 0.86 0 0.14
HSL 293.33º 0.76% 0.49% -
HSV(B) 293.33º 0.86% 0.86% -
XYZ 36.54 18.05 68.58 -
YUV 101.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 198 30 219 0.10 0.86 0 0.14 293.33 0.76 0.49
Hex C6 1E DB A 56 0 E 125 4C 31
Octal 306 36 333 12 126 0 16 445 114 61
Binary 11000110 11110 11011011 1010 1010110 0 1110 100100101 1001100 110001

Color Harmonies of #C61EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EDB

Black with #C61EDB

Text Example


Text Example

White with #C61EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EDB; }

 p { color: rgb(198,30,219); }

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

background-color css

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

 a { background-color: rgb(198,30,219); }

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

border-color css

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

 span { border-color: rgb(198,30,219); }

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