Html Css Color HEX #C60AA9 Deep Magenta

📋 copy color: '#C60AA9'

red 198 ◦ green 10 ◦ blue 169

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

Shades of Deep Magenta #C60AA9

Tints of Deep Magenta #C60AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 52.52%
G = 2.65%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C60AA9 (or 0xC60AA9) is known color: Deep Magenta. HEX triplet: C6, 0A and A9. RGB value is (198,10,169). Sum of RGB (Red+Green+Blue) = 198+10+169=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AA9 is #39F556. Grayscale: #535353. Windows color (decimal): -3798359 or 11078342. OLE color: 11078342.

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

Color convert

RGB 198 10 169 -
CMYK 0 0.95 0.15 0.22
HSL 309.26º 0.9% 0.41% -
HSV(B) 309.26º 0.95% 0.78% -
XYZ 30.56 15.09 38.84 -
YUV 84.34 175.78 209.07 -
System Red Green Blue C M Y K H S L
Decimal 198 10 169 0 0.95 0.15 0.22 309.26 0.9 0.41
Hex C6 A A9 0 5F F 16 135 5A 29
Octal 306 12 251 0 137 17 26 465 132 51
Binary 11000110 1010 10101001 0 1011111 1111 10110 100110101 1011010 101001

Color Harmonies of #C60AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AA9

Black with #C60AA9

Text Example


Text Example

White with #C60AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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