Html Css Color HEX #C610AB Deep Magenta

📋 copy color: '#C610AB'

red 198 ◦ green 16 ◦ blue 171

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

Shades of Deep Magenta #C610AB

Tints of Deep Magenta #C610AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.16%

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

R = 51.43%
G = 4.16%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C610AB (or 0xC610AB) is known color: Deep Magenta. HEX triplet: C6, 10 and AB. RGB value is (198,16,171). Sum of RGB (Red+Green+Blue) = 198+16+171=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C610AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C610AB is #39EF54. Grayscale: #575757. Windows color (decimal): -3796821 or 11210950. OLE color: 11210950.

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

Color convert

RGB 198 16 171 -
CMYK 0 0.92 0.14 0.22
HSL 308.9º 0.85% 0.42% -
HSV(B) 308.9º 0.92% 0.78% -
XYZ 30.82 15.32 39.86 -
YUV 88.09 174.8 206.4 -
System Red Green Blue C M Y K H S L
Decimal 198 16 171 0 0.92 0.14 0.22 308.9 0.85 0.42
Hex C6 10 AB 0 5C E 16 135 55 2A
Octal 306 20 253 0 134 16 26 465 125 52
Binary 11000110 10000 10101011 0 1011100 1110 10110 100110101 1010101 101010

Color Harmonies of #C610AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610AB

Black with #C610AB

Text Example


Text Example

White with #C610AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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