Html Css Color HEX #C910AF Deep Magenta

📋 copy color: '#C910AF'

red 201 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #C910AF

Tints of Deep Magenta #C910AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 51.28%
G = 4.08%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C910AF (or 0xC910AF) is known color: Deep Magenta. HEX triplet: C9, 10 and AF. RGB value is (201,16,175). Sum of RGB (Red+Green+Blue) = 201+16+175=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C910AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C910AF is #36EF50. Grayscale: #585858. Windows color (decimal): -3600209 or 11473097. OLE color: 11473097.

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

Color convert

RGB 201 16 175 -
CMYK 0 0.92 0.13 0.21
HSL 308.43º 0.85% 0.43% -
HSV(B) 308.43º 0.92% 0.79% -
XYZ 32.01 15.88 41.94 -
YUV 89.44 176.29 207.57 -
System Red Green Blue C M Y K H S L
Decimal 201 16 175 0 0.92 0.13 0.21 308.43 0.85 0.43
Hex C9 10 AF 0 5C D 15 134 55 2B
Octal 311 20 257 0 134 15 25 464 125 53
Binary 11001001 10000 10101111 0 1011100 1101 10101 100110100 1010101 101011

Color Harmonies of #C910AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910AF

Black with #C910AF

Text Example


Text Example

White with #C910AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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