Html Css Color HEX #C60EAA Deep Magenta

📋 copy color: '#C60EAA'

red 198 ◦ green 14 ◦ blue 170

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

Shades of Deep Magenta #C60EAA

Tints of Deep Magenta #C60EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 51.83%
G = 3.66%
B = 44.5%

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

#C60EAA (or 0xC60EAA) is known color: Deep Magenta. HEX triplet: C6, 0E and AA. RGB value is (198,14,170). Sum of RGB (Red+Green+Blue) = 198+14+170=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60EAA is #39F155. Grayscale: #565656. Windows color (decimal): -3797334 or 11144902. OLE color: 11144902.

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

Color convert

RGB 198 14 170 -
CMYK 0 0.93 0.14 0.22
HSL 309.13º 0.87% 0.42% -
HSV(B) 309.13º 0.93% 0.78% -
XYZ 30.7 15.22 39.35 -
YUV 86.8 174.96 207.32 -
System Red Green Blue C M Y K H S L
Decimal 198 14 170 0 0.93 0.14 0.22 309.13 0.87 0.42
Hex C6 E AA 0 5D E 16 135 57 2A
Octal 306 16 252 0 135 16 26 465 127 52
Binary 11000110 1110 10101010 0 1011101 1110 10110 100110101 1010111 101010

Color Harmonies of #C60EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EAA

Black with #C60EAA

Text Example


Text Example

White with #C60EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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