Html Css Color HEX #C900A7 Deep Magenta

📋 copy color: '#C900A7'

red 201 ◦ green 0 ◦ blue 167

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

Shades of Deep Magenta #C900A7

Tints of Deep Magenta #C900A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.38%

R = 54.62%
G = 0%
B = 45.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C900A7 (or 0xC900A7) is known color: Deep Magenta. HEX triplet: C9, 00 and A7. RGB value is (201,0,167). Sum of RGB (Red+Green+Blue) = 201+0+167=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C900A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900A7 is #36FF58. Grayscale: #4E4E4E. Windows color (decimal): -3604313 or 10944713. OLE color: 10944713.

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

Color convert

RGB 201 0 167 -
CMYK 0 1 0.17 0.21
HSL 310.15º 1% 0.39% -
HSV(B) 310.15º 1% 0.79% -
XYZ 31.06 15.21 37.86 -
YUV 79.14 177.59 214.92 -
System Red Green Blue C M Y K H S L
Decimal 201 0 167 0 1 0.17 0.21 310.15 1 0.39
Hex C9 0 A7 0 64 11 15 136 64 27
Octal 311 0 247 0 144 21 25 466 144 47
Binary 11001001 0 10100111 0 1100100 10001 10101 100110110 1100100 100111

Color Harmonies of #C900A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900A7

Black with #C900A7

Text Example


Text Example

White with #C900A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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