Html Css Color HEX #C60DAB Deep Magenta

📋 copy color: '#C60DAB'

red 198 ◦ green 13 ◦ blue 171

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

Shades of Deep Magenta #C60DAB

Tints of Deep Magenta #C60DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 51.83%
G = 3.4%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C60DAB (or 0xC60DAB) is known color: Deep Magenta. HEX triplet: C6, 0D and AB. RGB value is (198,13,171). Sum of RGB (Red+Green+Blue) = 198+13+171=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60DAB is #39F254. Grayscale: #555555. Windows color (decimal): -3797589 or 11210182. OLE color: 11210182.

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

Color convert

RGB 198 13 171 -
CMYK 0 0.93 0.14 0.22
HSL 308.76º 0.88% 0.41% -
HSV(B) 308.76º 0.93% 0.78% -
XYZ 30.78 15.23 39.85 -
YUV 86.33 175.79 207.65 -
System Red Green Blue C M Y K H S L
Decimal 198 13 171 0 0.93 0.14 0.22 308.76 0.88 0.41
Hex C6 D AB 0 5D E 16 135 58 29
Octal 306 15 253 0 135 16 26 465 130 51
Binary 11000110 1101 10101011 0 1011101 1110 10110 100110101 1011000 101001

Color Harmonies of #C60DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DAB

Black with #C60DAB

Text Example


Text Example

White with #C60DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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