Html Css Color HEX #C61DDB Deep Magenta

📋 copy color: '#C61DDB'

red 198 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #C61DDB

Tints of Deep Magenta #C61DDB

RGB

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

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

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

R = 44.39%
G = 6.5%
B = 49.1%

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

#C61DDB (or 0xC61DDB) is known color: Deep Magenta. HEX triplet: C6, 1D and DB. RGB value is (198,29,219). Sum of RGB (Red+Green+Blue) = 198+29+219=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #C61DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DDB is #39E224. Grayscale: #646464. Windows color (decimal): -3793445 or 14360006. OLE color: 14360006.

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

Color convert

RGB 198 29 219 -
CMYK 0.10 0.87 0 0.14
HSL 293.37º 0.77% 0.49% -
HSV(B) 293.37º 0.87% 0.86% -
XYZ 36.51 18 68.57 -
YUV 101.19 194.49 197.05 -
System Red Green Blue C M Y K H S L
Decimal 198 29 219 0.10 0.87 0 0.14 293.37 0.77 0.49
Hex C6 1D DB A 57 0 E 125 4D 31
Octal 306 35 333 12 127 0 16 445 115 61
Binary 11000110 11101 11011011 1010 1010111 0 1110 100100101 1001101 110001

Color Harmonies of #C61DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DDB

Black with #C61DDB

Text Example


Text Example

White with #C61DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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