Html Css Color HEX #C900A8 Deep Magenta

📋 copy color: '#C900A8'

red 201 ◦ green 0 ◦ blue 168

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

Shades of Deep Magenta #C900A8

Tints of Deep Magenta #C900A8

RGB

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

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

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

R = 54.47%
G = 0%
B = 45.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C900A8 (or 0xC900A8) is known color: Deep Magenta. HEX triplet: C9, 00 and A8. RGB value is (201,0,168). Sum of RGB (Red+Green+Blue) = 201+0+168=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C900A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900A8 is #36FF57. Grayscale: #4E4E4E. Windows color (decimal): -3604312 or 11010249. OLE color: 11010249.

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

Color convert

RGB 201 0 168 -
CMYK 0 1 0.16 0.21
HSL 309.85º 1% 0.39% -
HSV(B) 309.85º 1% 0.79% -
XYZ 31.16 15.24 38.35 -
YUV 79.25 178.09 214.84 -
System Red Green Blue C M Y K H S L
Decimal 201 0 168 0 1 0.16 0.21 309.85 1 0.39
Hex C9 0 A8 0 64 10 15 136 64 27
Octal 311 0 250 0 144 20 25 466 144 47
Binary 11001001 0 10101000 0 1100100 10000 10101 100110110 1100100 100111

Color Harmonies of #C900A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900A8

Black with #C900A8

Text Example


Text Example

White with #C900A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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