Html Css Color HEX #C61ABF Deep Magenta

📋 copy color: '#C61ABF'

red 198 ◦ green 26 ◦ blue 191

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

Shades of Deep Magenta #C61ABF

Tints of Deep Magenta #C61ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.27%

 BLUE value IS 191 (75% from 255) = 46.02%

R = 47.71%
G = 6.27%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C61ABF (or 0xC61ABF) is known color: Deep Magenta. HEX triplet: C6, 1A and BF. RGB value is (198,26,191). Sum of RGB (Red+Green+Blue) = 198+26+191=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C61ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ABF is #39E540. Grayscale: #5F5F5F. Windows color (decimal): -3794241 or 12524230. OLE color: 12524230.

HSL color Cylindrical-coordinate representation of color #C61ABF: hue angle of 302.44º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61ABF is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 26 191 -
CMYK 0 0.87 0.04 0.22
HSL 302.44º 0.77% 0.44% -
HSV(B) 302.44º 0.87% 0.78% -
XYZ 33.06 16.51 50.73 -
YUV 96.24 181.48 200.58 -
System Red Green Blue C M Y K H S L
Decimal 198 26 191 0 0.87 0.04 0.22 302.44 0.77 0.44
Hex C6 1A BF 0 57 4 16 12E 4D 2C
Octal 306 32 277 0 127 4 26 456 115 54
Binary 11000110 11010 10111111 0 1010111 100 10110 100101110 1001101 101100

Color Harmonies of #C61ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61ABF

Black with #C61ABF

Text Example


Text Example

White with #C61ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61ABF; }

 p { color: rgb(198,26,191); }

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

background-color css

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

 a { background-color: rgb(198,26,191); }

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

border-color css

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

 span { border-color: rgb(198,26,191); }

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