Html Css Color HEX #C913AC Deep Magenta

📋 copy color: '#C913AC'

red 201 ◦ green 19 ◦ blue 172

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

Shades of Deep Magenta #C913AC

Tints of Deep Magenta #C913AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 51.28%
G = 4.85%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C913AC (or 0xC913AC) is known color: Deep Magenta. HEX triplet: C9, 13 and AC. RGB value is (201,19,172). Sum of RGB (Red+Green+Blue) = 201+19+172=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C913AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C913AC is #36EC53. Grayscale: #5A5A5A. Windows color (decimal): -3599444 or 11277257. OLE color: 11277257.

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

Color convert

RGB 201 19 172 -
CMYK 0 0.91 0.14 0.21
HSL 309.56º 0.83% 0.43% -
HSV(B) 309.56º 0.91% 0.79% -
XYZ 31.77 15.86 40.42 -
YUV 90.86 173.8 206.56 -
System Red Green Blue C M Y K H S L
Decimal 201 19 172 0 0.91 0.14 0.21 309.56 0.83 0.43
Hex C9 13 AC 0 5B E 15 136 53 2B
Octal 311 23 254 0 133 16 25 466 123 53
Binary 11001001 10011 10101100 0 1011011 1110 10101 100110110 1010011 101011

Color Harmonies of #C913AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913AC

Black with #C913AC

Text Example


Text Example

White with #C913AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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