Html Css Color HEX #C61BDE Deep Magenta

📋 copy color: '#C61BDE'

red 198 ◦ green 27 ◦ blue 222

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

Shades of Deep Magenta #C61BDE

Tints of Deep Magenta #C61BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 44.3%
G = 6.04%
B = 49.66%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C61BDE (or 0xC61BDE) is known color: Deep Magenta. HEX triplet: C6, 1B and DE. RGB value is (198,27,222). Sum of RGB (Red+Green+Blue) = 198+27+222=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #C61BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BDE is #39E421. Grayscale: #636363. Windows color (decimal): -3793954 or 14556102. OLE color: 14556102.

HSL color Cylindrical-coordinate representation of color #C61BDE: hue angle of 292.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61BDE is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 27 222 -
CMYK 0.11 0.88 0 0.13
HSL 292.62º 0.78% 0.49% -
HSV(B) 292.62º 0.88% 0.87% -
XYZ 36.87 18.06 70.65 -
YUV 100.36 196.65 197.64 -
System Red Green Blue C M Y K H S L
Decimal 198 27 222 0.11 0.88 0 0.13 292.62 0.78 0.49
Hex C6 1B DE B 58 0 D 125 4E 31
Octal 306 33 336 13 130 0 15 445 116 61
Binary 11000110 11011 11011110 1011 1011000 0 1101 100100101 1001110 110001

Color Harmonies of #C61BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BDE

Black with #C61BDE

Text Example


Text Example

White with #C61BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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