Html Css Color HEX #C60CAC Deep Magenta

📋 copy color: '#C60CAC'

red 198 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #C60CAC

Tints of Deep Magenta #C60CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.14%

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

R = 51.83%
G = 3.14%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C60CAC (or 0xC60CAC) is known color: Deep Magenta. HEX triplet: C6, 0C and AC. RGB value is (198,12,172). Sum of RGB (Red+Green+Blue) = 198+12+172=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C60CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60CAC is #39F353. Grayscale: #555555. Windows color (decimal): -3797844 or 11275462. OLE color: 11275462.

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

Color convert

RGB 198 12 172 -
CMYK 0 0.94 0.13 0.22
HSL 308.39º 0.89% 0.41% -
HSV(B) 308.39º 0.94% 0.78% -
XYZ 30.87 15.25 40.35 -
YUV 85.85 176.62 207.99 -
System Red Green Blue C M Y K H S L
Decimal 198 12 172 0 0.94 0.13 0.22 308.39 0.89 0.41
Hex C6 C AC 0 5E D 16 134 59 29
Octal 306 14 254 0 136 15 26 464 131 51
Binary 11000110 1100 10101100 0 1011110 1101 10110 100110100 1011001 101001

Color Harmonies of #C60CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CAC

Black with #C60CAC

Text Example


Text Example

White with #C60CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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