Html Css Color HEX #C910AA Deep Magenta

📋 copy color: '#C910AA'

red 201 ◦ green 16 ◦ blue 170

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

Shades of Deep Magenta #C910AA

Tints of Deep Magenta #C910AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 51.94%
G = 4.13%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C910AA (or 0xC910AA) is known color: Deep Magenta. HEX triplet: C9, 10 and AA. RGB value is (201,16,170). Sum of RGB (Red+Green+Blue) = 201+16+170=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C910AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C910AA is #36EF55. Grayscale: #585858. Windows color (decimal): -3600214 or 11145417. OLE color: 11145417.

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

Color convert

RGB 201 16 170 -
CMYK 0 0.92 0.15 0.21
HSL 310.05º 0.85% 0.43% -
HSV(B) 310.05º 0.92% 0.79% -
XYZ 31.53 15.69 39.4 -
YUV 88.87 173.79 207.98 -
System Red Green Blue C M Y K H S L
Decimal 201 16 170 0 0.92 0.15 0.21 310.05 0.85 0.43
Hex C9 10 AA 0 5C F 15 136 55 2B
Octal 311 20 252 0 134 17 25 466 125 53
Binary 11001001 10000 10101010 0 1011100 1111 10101 100110110 1010101 101011

Color Harmonies of #C910AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910AA

Black with #C910AA

Text Example


Text Example

White with #C910AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910AA; }

 p { color: rgb(201,16,170); }

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

background-color css

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

 a { background-color: rgb(201,16,170); }

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

border-color css

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

 span { border-color: rgb(201,16,170); }

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