Html Css Color HEX #C900AD Deep Magenta

📋 copy color: '#C900AD'

red 201 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #C900AD

Tints of Deep Magenta #C900AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.74%
G = 0%
B = 46.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C900AD (or 0xC900AD) is known color: Deep Magenta. HEX triplet: C9, 00 and AD. RGB value is (201,0,173). Sum of RGB (Red+Green+Blue) = 201+0+173=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C900AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900AD is #36FF52. Grayscale: #4F4F4F. Windows color (decimal): -3604307 or 11337929. OLE color: 11337929.

HSL color Cylindrical-coordinate representation of color #C900AD: hue angle of 308.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900AD is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 173 -
CMYK 0 1 0.14 0.21
HSL 308.36º 1% 0.39% -
HSV(B) 308.36º 1% 0.79% -
XYZ 31.63 15.43 40.85 -
YUV 79.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 201 0 173 0 1 0.14 0.21 308.36 1 0.39
Hex C9 0 AD 0 64 E 15 134 64 27
Octal 311 0 255 0 144 16 25 464 144 47
Binary 11001001 0 10101101 0 1100100 1110 10101 100110100 1100100 100111

Color Harmonies of #C900AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900AD

Black with #C900AD

Text Example


Text Example

White with #C900AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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