Html Css Color HEX #C60CAB Deep Magenta

📋 copy color: '#C60CAB'

red 198 ◦ green 12 ◦ blue 171

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

Shades of Deep Magenta #C60CAB

Tints of Deep Magenta #C60CAB

RGB

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

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

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

R = 51.97%
G = 3.15%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C60CAB (or 0xC60CAB) is known color: Deep Magenta. HEX triplet: C6, 0C and AB. RGB value is (198,12,171). Sum of RGB (Red+Green+Blue) = 198+12+171=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C60CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60CAB is #39F354. Grayscale: #555555. Windows color (decimal): -3797845 or 11209926. OLE color: 11209926.

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

Color convert

RGB 198 12 171 -
CMYK 0 0.94 0.14 0.22
HSL 308.71º 0.89% 0.41% -
HSV(B) 308.71º 0.94% 0.78% -
XYZ 30.77 15.21 39.84 -
YUV 85.74 176.12 208.07 -
System Red Green Blue C M Y K H S L
Decimal 198 12 171 0 0.94 0.14 0.22 308.71 0.89 0.41
Hex C6 C AB 0 5E E 16 135 59 29
Octal 306 14 253 0 136 16 26 465 131 51
Binary 11000110 1100 10101011 0 1011110 1110 10110 100110101 1011001 101001

Color Harmonies of #C60CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CAB

Black with #C60CAB

Text Example


Text Example

White with #C60CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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