Html Css Color HEX #C913AB Deep Magenta

📋 copy color: '#C913AB'

red 201 ◦ green 19 ◦ blue 171

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

Shades of Deep Magenta #C913AB

Tints of Deep Magenta #C913AB

RGB

 RED value IS 201 (78.91% from 255) = 51.41%

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 51.41%
G = 4.86%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C913AB (or 0xC913AB) is known color: Deep Magenta. HEX triplet: C9, 13 and AB. RGB value is (201,19,171). Sum of RGB (Red+Green+Blue) = 201+19+171=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C913AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C913AB is #36EC54. Grayscale: #5A5A5A. Windows color (decimal): -3599445 or 11211721. OLE color: 11211721.

HSL color Cylindrical-coordinate representation of color #C913AB: hue angle of 309.89º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C913AB is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 19 171 -
CMYK 0 0.91 0.15 0.21
HSL 309.89º 0.83% 0.43% -
HSV(B) 309.89º 0.91% 0.79% -
XYZ 31.67 15.82 39.91 -
YUV 90.75 173.3 206.64 -
System Red Green Blue C M Y K H S L
Decimal 201 19 171 0 0.91 0.15 0.21 309.89 0.83 0.43
Hex C9 13 AB 0 5B F 15 136 53 2B
Octal 311 23 253 0 133 17 25 466 123 53
Binary 11001001 10011 10101011 0 1011011 1111 10101 100110110 1010011 101011

Color Harmonies of #C913AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913AB

Black with #C913AB

Text Example


Text Example

White with #C913AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913AB; }

 p { color: rgb(201,19,171); }

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

background-color css

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

 a { background-color: rgb(201,19,171); }

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

border-color css

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

 span { border-color: rgb(201,19,171); }

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