Html Css Color HEX #C61BDB Deep Magenta

📋 copy color: '#C61BDB'

red 198 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #C61BDB

Tints of Deep Magenta #C61BDB

RGB

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

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

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

R = 44.59%
G = 6.08%
B = 49.32%

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

#C61BDB (or 0xC61BDB) is known color: Deep Magenta. HEX triplet: C6, 1B and DB. RGB value is (198,27,219). Sum of RGB (Red+Green+Blue) = 198+27+219=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 27 (10.94% from 255 or 6.08% 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 #C61BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BDB is #39E424. Grayscale: #636363. Windows color (decimal): -3793957 or 14359494. OLE color: 14359494.

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

Color convert

RGB 198 27 219 -
CMYK 0.10 0.88 0 0.14
HSL 293.44º 0.78% 0.48% -
HSV(B) 293.44º 0.88% 0.86% -
XYZ 36.47 17.9 68.55 -
YUV 100.02 195.15 197.89 -
System Red Green Blue C M Y K H S L
Decimal 198 27 219 0.10 0.88 0 0.14 293.44 0.78 0.48
Hex C6 1B DB A 58 0 E 125 4E 30
Octal 306 33 333 12 130 0 16 445 116 60
Binary 11000110 11011 11011011 1010 1011000 0 1110 100100101 1001110 110000

Color Harmonies of #C61BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BDB

Black with #C61BDB

Text Example


Text Example

White with #C61BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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