Html Css Color HEX #C61ABA Deep Magenta

📋 copy color: '#C61ABA'

red 198 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #C61ABA

Tints of Deep Magenta #C61ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 48.29%
G = 6.34%
B = 45.37%

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

#C61ABA (or 0xC61ABA) is known color: Deep Magenta. HEX triplet: C6, 1A and BA. RGB value is (198,26,186). Sum of RGB (Red+Green+Blue) = 198+26+186=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C61ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ABA is #39E545. Grayscale: #5F5F5F. Windows color (decimal): -3794246 or 12196550. OLE color: 12196550.

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

Color convert

RGB 198 26 186 -
CMYK 0 0.87 0.06 0.22
HSL 304.19º 0.77% 0.44% -
HSV(B) 304.19º 0.87% 0.78% -
XYZ 32.52 16.29 47.88 -
YUV 95.67 178.98 200.99 -
System Red Green Blue C M Y K H S L
Decimal 198 26 186 0 0.87 0.06 0.22 304.19 0.77 0.44
Hex C6 1A BA 0 57 6 16 130 4D 2C
Octal 306 32 272 0 127 6 26 460 115 54
Binary 11000110 11010 10111010 0 1010111 110 10110 100110000 1001101 101100

Color Harmonies of #C61ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61ABA

Black with #C61ABA

Text Example


Text Example

White with #C61ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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