Html Css Color HEX #C60AAA Deep Magenta

📋 copy color: '#C60AAA'

red 198 ◦ green 10 ◦ blue 170

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

Shades of Deep Magenta #C60AAA

Tints of Deep Magenta #C60AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

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

R = 52.38%
G = 2.65%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C60AAA (or 0xC60AAA) is known color: Deep Magenta. HEX triplet: C6, 0A and AA. RGB value is (198,10,170). Sum of RGB (Red+Green+Blue) = 198+10+170=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AAA is #39F555. Grayscale: #545454. Windows color (decimal): -3798358 or 11143878. OLE color: 11143878.

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

Color convert

RGB 198 10 170 -
CMYK 0 0.95 0.14 0.22
HSL 308.94º 0.9% 0.41% -
HSV(B) 308.94º 0.95% 0.78% -
XYZ 30.65 15.13 39.33 -
YUV 84.45 176.28 208.99 -
System Red Green Blue C M Y K H S L
Decimal 198 10 170 0 0.95 0.14 0.22 308.94 0.9 0.41
Hex C6 A AA 0 5F E 16 135 5A 29
Octal 306 12 252 0 137 16 26 465 132 51
Binary 11000110 1010 10101010 0 1011111 1110 10110 100110101 1011010 101001

Color Harmonies of #C60AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AAA

Black with #C60AAA

Text Example


Text Example

White with #C60AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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