Html Css Color HEX #C61AB8 Deep Magenta

📋 copy color: '#C61AB8'

red 198 ◦ green 26 ◦ blue 184

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

Shades of Deep Magenta #C61AB8

Tints of Deep Magenta #C61AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.1%

R = 48.53%
G = 6.37%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C61AB8 (or 0xC61AB8) is known color: Deep Magenta. HEX triplet: C6, 1A and B8. RGB value is (198,26,184). Sum of RGB (Red+Green+Blue) = 198+26+184=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AB8 is #39E547. Grayscale: #5E5E5E. Windows color (decimal): -3794248 or 12065478. OLE color: 12065478.

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

Color convert

RGB 198 26 184 -
CMYK 0 0.87 0.07 0.22
HSL 304.88º 0.77% 0.44% -
HSV(B) 304.88º 0.87% 0.78% -
XYZ 32.31 16.21 46.77 -
YUV 95.44 177.98 201.15 -
System Red Green Blue C M Y K H S L
Decimal 198 26 184 0 0.87 0.07 0.22 304.88 0.77 0.44
Hex C6 1A B8 0 57 7 16 131 4D 2C
Octal 306 32 270 0 127 7 26 461 115 54
Binary 11000110 11010 10111000 0 1010111 111 10110 100110001 1001101 101100

Color Harmonies of #C61AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AB8

Black with #C61AB8

Text Example


Text Example

White with #C61AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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