Html Css Color HEX #C61ABB Deep Magenta

📋 copy color: '#C61ABB'

red 198 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #C61ABB

Tints of Deep Magenta #C61ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 48.18%
G = 6.33%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C61ABB (or 0xC61ABB) is known color: Deep Magenta. HEX triplet: C6, 1A and BB. RGB value is (198,26,187). Sum of RGB (Red+Green+Blue) = 198+26+187=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C61ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ABB is #39E544. Grayscale: #5F5F5F. Windows color (decimal): -3794245 or 12262086. OLE color: 12262086.

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

Color convert

RGB 198 26 187 -
CMYK 0 0.87 0.06 0.22
HSL 303.84º 0.77% 0.44% -
HSV(B) 303.84º 0.87% 0.78% -
XYZ 32.63 16.33 48.45 -
YUV 95.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 198 26 187 0 0.87 0.06 0.22 303.84 0.77 0.44
Hex C6 1A BB 0 57 6 16 130 4D 2C
Octal 306 32 273 0 127 6 26 460 115 54
Binary 11000110 11010 10111011 0 1010111 110 10110 100110000 1001101 101100

Color Harmonies of #C61ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61ABB

Black with #C61ABB

Text Example


Text Example

White with #C61ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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