Html Css Color HEX #C905A8 Deep Magenta

📋 copy color: '#C905A8'

red 201 ◦ green 5 ◦ blue 168

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

Shades of Deep Magenta #C905A8

Tints of Deep Magenta #C905A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.92%

R = 53.74%
G = 1.34%
B = 44.92%

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

#C905A8 (or 0xC905A8) is known color: Deep Magenta. HEX triplet: C9, 05 and A8. RGB value is (201,5,168). Sum of RGB (Red+Green+Blue) = 201+5+168=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C905A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C905A8 is #36FA57. Grayscale: #515151. Windows color (decimal): -3603032 or 11011529. OLE color: 11011529.

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

Color convert

RGB 201 5 168 -
CMYK 0 0.98 0.16 0.21
HSL 310.1º 0.95% 0.4% -
HSV(B) 310.1º 0.98% 0.79% -
XYZ 31.21 15.35 38.36 -
YUV 82.19 176.43 212.75 -
System Red Green Blue C M Y K H S L
Decimal 201 5 168 0 0.98 0.16 0.21 310.1 0.95 0.4
Hex C9 5 A8 0 62 10 15 136 5F 28
Octal 311 5 250 0 142 20 25 466 137 50
Binary 11001001 101 10101000 0 1100010 10000 10101 100110110 1011111 101000

Color Harmonies of #C905A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C905A8

Black with #C905A8

Text Example


Text Example

White with #C905A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C905A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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