Html Css Color HEX #C905A9 Deep Magenta

📋 copy color: '#C905A9'

red 201 ◦ green 5 ◦ blue 169

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

Shades of Deep Magenta #C905A9

Tints of Deep Magenta #C905A9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 169 (66.41% from 255) = 45.07%

R = 53.6%
G = 1.33%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C905A9 (or 0xC905A9) is known color: Deep Magenta. HEX triplet: C9, 05 and A9. RGB value is (201,5,169). Sum of RGB (Red+Green+Blue) = 201+5+169=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C905A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C905A9 is #36FA56. Grayscale: #515151. Windows color (decimal): -3603031 or 11077065. OLE color: 11077065.

HSL color Cylindrical-coordinate representation of color #C905A9: hue angle of 309.8º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905A9 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 169 -
CMYK 0 0.98 0.16 0.21
HSL 309.8º 0.95% 0.4% -
HSV(B) 309.8º 0.98% 0.79% -
XYZ 31.3 15.39 38.86 -
YUV 82.3 176.93 212.66 -
System Red Green Blue C M Y K H S L
Decimal 201 5 169 0 0.98 0.16 0.21 309.8 0.95 0.4
Hex C9 5 A9 0 62 10 15 136 5F 28
Octal 311 5 251 0 142 20 25 466 137 50
Binary 11001001 101 10101001 0 1100010 10000 10101 100110110 1011111 101000

Color Harmonies of #C905A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C905A9

Black with #C905A9

Text Example


Text Example

White with #C905A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C905A9; }

 p { color: rgb(201,5,169); }

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

background-color css

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

 a { background-color: rgb(201,5,169); }

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

border-color css

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

 span { border-color: rgb(201,5,169); }

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