Html Css Color HEX #C60FAC Deep Magenta

📋 copy color: '#C60FAC'

red 198 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #C60FAC

Tints of Deep Magenta #C60FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 51.43%
G = 3.9%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C60FAC (or 0xC60FAC) is known color: Deep Magenta. HEX triplet: C6, 0F and AC. RGB value is (198,15,172). Sum of RGB (Red+Green+Blue) = 198+15+172=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60FAC is #39F053. Grayscale: #575757. Windows color (decimal): -3797076 or 11276230. OLE color: 11276230.

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

Color convert

RGB 198 15 172 -
CMYK 0 0.92 0.13 0.22
HSL 308.52º 0.86% 0.42% -
HSV(B) 308.52º 0.92% 0.78% -
XYZ 30.91 15.33 40.36 -
YUV 87.62 175.63 206.73 -
System Red Green Blue C M Y K H S L
Decimal 198 15 172 0 0.92 0.13 0.22 308.52 0.86 0.42
Hex C6 F AC 0 5C D 16 135 56 2A
Octal 306 17 254 0 134 15 26 465 126 52
Binary 11000110 1111 10101100 0 1011100 1101 10110 100110101 1010110 101010

Color Harmonies of #C60FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FAC

Black with #C60FAC

Text Example


Text Example

White with #C60FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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