Html Css Color HEX #C60EAB Deep Magenta

📋 copy color: '#C60EAB'

red 198 ◦ green 14 ◦ blue 171

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

Shades of Deep Magenta #C60EAB

Tints of Deep Magenta #C60EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 51.7%
G = 3.66%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C60EAB (or 0xC60EAB) is known color: Deep Magenta. HEX triplet: C6, 0E and AB. RGB value is (198,14,171). Sum of RGB (Red+Green+Blue) = 198+14+171=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60EAB is #39F154. Grayscale: #565656. Windows color (decimal): -3797333 or 11210438. OLE color: 11210438.

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

Color convert

RGB 198 14 171 -
CMYK 0 0.93 0.14 0.22
HSL 308.8º 0.87% 0.42% -
HSV(B) 308.8º 0.93% 0.78% -
XYZ 30.8 15.26 39.85 -
YUV 86.91 175.46 207.23 -
System Red Green Blue C M Y K H S L
Decimal 198 14 171 0 0.93 0.14 0.22 308.8 0.87 0.42
Hex C6 E AB 0 5D E 16 135 57 2A
Octal 306 16 253 0 135 16 26 465 127 52
Binary 11000110 1110 10101011 0 1011101 1110 10110 100110101 1010111 101010

Color Harmonies of #C60EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EAB

Black with #C60EAB

Text Example


Text Example

White with #C60EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EAB; }

 p { color: rgb(198,14,171); }

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

background-color css

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

 a { background-color: rgb(198,14,171); }

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

border-color css

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

 span { border-color: rgb(198,14,171); }

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