Html Css Color HEX #C60FAA Deep Magenta

📋 copy color: '#C60FAA'

red 198 ◦ green 15 ◦ blue 170

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

Shades of Deep Magenta #C60FAA

Tints of Deep Magenta #C60FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.92%

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

R = 51.7%
G = 3.92%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C60FAA (or 0xC60FAA) is known color: Deep Magenta. HEX triplet: C6, 0F and AA. RGB value is (198,15,170). Sum of RGB (Red+Green+Blue) = 198+15+170=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60FAA is #39F055. Grayscale: #565656. Windows color (decimal): -3797078 or 11145158. OLE color: 11145158.

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

Color convert

RGB 198 15 170 -
CMYK 0 0.92 0.14 0.22
HSL 309.18º 0.86% 0.42% -
HSV(B) 309.18º 0.92% 0.78% -
XYZ 30.72 15.25 39.35 -
YUV 87.39 174.63 206.9 -
System Red Green Blue C M Y K H S L
Decimal 198 15 170 0 0.92 0.14 0.22 309.18 0.86 0.42
Hex C6 F AA 0 5C E 16 135 56 2A
Octal 306 17 252 0 134 16 26 465 126 52
Binary 11000110 1111 10101010 0 1011100 1110 10110 100110101 1010110 101010

Color Harmonies of #C60FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FAA

Black with #C60FAA

Text Example


Text Example

White with #C60FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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