Html Css Color HEX #C909AD Deep Magenta

📋 copy color: '#C909AD'

red 201 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #C909AD

Tints of Deep Magenta #C909AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 52.48%
G = 2.35%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C909AD (or 0xC909AD) is known color: Deep Magenta. HEX triplet: C9, 09 and AD. RGB value is (201,9,173). Sum of RGB (Red+Green+Blue) = 201+9+173=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C909AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C909AD is #36F652. Grayscale: #545454. Windows color (decimal): -3602003 or 11340233. OLE color: 11340233.

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

Color convert

RGB 201 9 173 -
CMYK 0 0.96 0.14 0.21
HSL 308.75º 0.91% 0.41% -
HSV(B) 308.75º 0.96% 0.79% -
XYZ 31.73 15.63 40.88 -
YUV 85.1 177.61 210.66 -
System Red Green Blue C M Y K H S L
Decimal 201 9 173 0 0.96 0.14 0.21 308.75 0.91 0.41
Hex C9 9 AD 0 60 E 15 135 5B 29
Octal 311 11 255 0 140 16 25 465 133 51
Binary 11001001 1001 10101101 0 1100000 1110 10101 100110101 1011011 101001

Color Harmonies of #C909AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C909AD

Black with #C909AD

Text Example


Text Example

White with #C909AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C909AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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