Html Css Color HEX #C917AF Deep Magenta

📋 copy color: '#C917AF'

red 201 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #C917AF

Tints of Deep Magenta #C917AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.76%

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

R = 50.38%
G = 5.76%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C917AF (or 0xC917AF) is known color: Deep Magenta. HEX triplet: C9, 17 and AF. RGB value is (201,23,175). Sum of RGB (Red+Green+Blue) = 201+23+175=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C917AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C917AF is #36E850. Grayscale: #5D5D5D. Windows color (decimal): -3598417 or 11474889. OLE color: 11474889.

HSL color Cylindrical-coordinate representation of color #C917AF: hue angle of 308.76º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C917AF is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 175 -
CMYK 0 0.89 0.13 0.21
HSL 308.76º 0.79% 0.44% -
HSV(B) 308.76º 0.89% 0.79% -
XYZ 32.13 16.13 41.98 -
YUV 93.55 173.97 204.64 -
System Red Green Blue C M Y K H S L
Decimal 201 23 175 0 0.89 0.13 0.21 308.76 0.79 0.44
Hex C9 17 AF 0 59 D 15 135 4F 2C
Octal 311 27 257 0 131 15 25 465 117 54
Binary 11001001 10111 10101111 0 1011001 1101 10101 100110101 1001111 101100

Color Harmonies of #C917AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C917AF

Black with #C917AF

Text Example


Text Example

White with #C917AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C917AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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