Html Css Color HEX #C60FAE Deep Magenta

📋 copy color: '#C60FAE'

red 198 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #C60FAE

Tints of Deep Magenta #C60FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 51.16%
G = 3.88%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C60FAE (or 0xC60FAE) is known color: Deep Magenta. HEX triplet: C6, 0F and AE. RGB value is (198,15,174). Sum of RGB (Red+Green+Blue) = 198+15+174=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60FAE is #39F051. Grayscale: #575757. Windows color (decimal): -3797074 or 11407302. OLE color: 11407302.

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

Color convert

RGB 198 15 174 -
CMYK 0 0.92 0.12 0.22
HSL 307.87º 0.86% 0.42% -
HSV(B) 307.87º 0.92% 0.78% -
XYZ 31.1 15.4 41.38 -
YUV 87.84 176.63 206.57 -
System Red Green Blue C M Y K H S L
Decimal 198 15 174 0 0.92 0.12 0.22 307.87 0.86 0.42
Hex C6 F AE 0 5C C 16 134 56 2A
Octal 306 17 256 0 134 14 26 464 126 52
Binary 11000110 1111 10101110 0 1011100 1100 10110 100110100 1010110 101010

Color Harmonies of #C60FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FAE

Black with #C60FAE

Text Example


Text Example

White with #C60FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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