Html Css Color HEX #C905AE Deep Magenta

📋 copy color: '#C905AE'

red 201 ◦ green 5 ◦ blue 174

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

Shades of Deep Magenta #C905AE

Tints of Deep Magenta #C905AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 52.89%
G = 1.32%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C905AE (or 0xC905AE) is known color: Deep Magenta. HEX triplet: C9, 05 and AE. RGB value is (201,5,174). Sum of RGB (Red+Green+Blue) = 201+5+174=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C905AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C905AE is #36FA51. Grayscale: #525252. Windows color (decimal): -3603026 or 11404745. OLE color: 11404745.

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

Color convert

RGB 201 5 174 -
CMYK 0 0.98 0.13 0.21
HSL 308.27º 0.95% 0.4% -
HSV(B) 308.27º 0.98% 0.79% -
XYZ 31.78 15.58 41.38 -
YUV 82.87 179.43 212.26 -
System Red Green Blue C M Y K H S L
Decimal 201 5 174 0 0.98 0.13 0.21 308.27 0.95 0.4
Hex C9 5 AE 0 62 D 15 134 5F 28
Octal 311 5 256 0 142 15 25 464 137 50
Binary 11001001 101 10101110 0 1100010 1101 10101 100110100 1011111 101000

Color Harmonies of #C905AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C905AE

Black with #C905AE

Text Example


Text Example

White with #C905AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C905AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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