Html Css Color HEX #C60DAC Deep Magenta

📋 copy color: '#C60DAC'

red 198 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #C60DAC

Tints of Deep Magenta #C60DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 51.7%
G = 3.39%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C60DAC (or 0xC60DAC) is known color: Deep Magenta. HEX triplet: C6, 0D and AC. RGB value is (198,13,172). Sum of RGB (Red+Green+Blue) = 198+13+172=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60DAC is #39F253. Grayscale: #555555. Windows color (decimal): -3797588 or 11275718. OLE color: 11275718.

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

Color convert

RGB 198 13 172 -
CMYK 0 0.93 0.13 0.22
HSL 308.43º 0.88% 0.41% -
HSV(B) 308.43º 0.93% 0.78% -
XYZ 30.88 15.27 40.35 -
YUV 86.44 176.29 207.57 -
System Red Green Blue C M Y K H S L
Decimal 198 13 172 0 0.93 0.13 0.22 308.43 0.88 0.41
Hex C6 D AC 0 5D D 16 134 58 29
Octal 306 15 254 0 135 15 26 464 130 51
Binary 11000110 1101 10101100 0 1011101 1101 10110 100110100 1011000 101001

Color Harmonies of #C60DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DAC

Black with #C60DAC

Text Example


Text Example

White with #C60DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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