Html Css Color HEX #C616AB Deep Magenta

📋 copy color: '#C616AB'

red 198 ◦ green 22 ◦ blue 171

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

Shades of Deep Magenta #C616AB

Tints of Deep Magenta #C616AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.63%

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

R = 50.64%
G = 5.63%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C616AB (or 0xC616AB) is known color: Deep Magenta. HEX triplet: C6, 16 and AB. RGB value is (198,22,171). Sum of RGB (Red+Green+Blue) = 198+22+171=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C616AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C616AB is #39E954. Grayscale: #5B5B5B. Windows color (decimal): -3795285 or 11212486. OLE color: 11212486.

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

Color convert

RGB 198 22 171 -
CMYK 0 0.89 0.14 0.22
HSL 309.2º 0.8% 0.43% -
HSV(B) 309.2º 0.89% 0.78% -
XYZ 30.93 15.52 39.89 -
YUV 91.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 198 22 171 0 0.89 0.14 0.22 309.2 0.8 0.43
Hex C6 16 AB 0 59 E 16 135 50 2B
Octal 306 26 253 0 131 16 26 465 120 53
Binary 11000110 10110 10101011 0 1011001 1110 10110 100110101 1010000 101011

Color Harmonies of #C616AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C616AB

Black with #C616AB

Text Example


Text Example

White with #C616AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C616AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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