Html Css Color HEX #C909AF Deep Magenta

📋 copy color: '#C909AF'

red 201 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #C909AF

Tints of Deep Magenta #C909AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 52.21%
G = 2.34%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C909AF (or 0xC909AF) is known color: Deep Magenta. HEX triplet: C9, 09 and AF. RGB value is (201,9,175). Sum of RGB (Red+Green+Blue) = 201+9+175=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C909AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C909AF is #36F650. Grayscale: #545454. Windows color (decimal): -3602001 or 11471305. OLE color: 11471305.

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

Color convert

RGB 201 9 175 -
CMYK 0 0.96 0.13 0.21
HSL 308.13º 0.91% 0.41% -
HSV(B) 308.13º 0.96% 0.79% -
XYZ 31.92 15.71 41.91 -
YUV 85.33 178.61 210.5 -
System Red Green Blue C M Y K H S L
Decimal 201 9 175 0 0.96 0.13 0.21 308.13 0.91 0.41
Hex C9 9 AF 0 60 D 15 134 5B 29
Octal 311 11 257 0 140 15 25 464 133 51
Binary 11001001 1001 10101111 0 1100000 1101 10101 100110100 1011011 101001

Color Harmonies of #C909AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C909AF

Black with #C909AF

Text Example


Text Example

White with #C909AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C909AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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