Html Css Color HEX #C900AF Deep Magenta

📋 copy color: '#C900AF'

red 201 ◦ green 0 ◦ blue 175

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

Shades of Deep Magenta #C900AF

Tints of Deep Magenta #C900AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 53.46%
G = 0%
B = 46.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C900AF (or 0xC900AF) is known color: Deep Magenta. HEX triplet: C9, 00 and AF. RGB value is (201,0,175). Sum of RGB (Red+Green+Blue) = 201+0+175=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C900AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900AF is #36FF50. Grayscale: #4F4F4F. Windows color (decimal): -3604305 or 11469001. OLE color: 11469001.

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

Color convert

RGB 201 0 175 -
CMYK 0 1 0.13 0.21
HSL 307.76º 1% 0.39% -
HSV(B) 307.76º 1% 0.79% -
XYZ 31.83 15.51 41.87 -
YUV 80.05 181.59 214.27 -
System Red Green Blue C M Y K H S L
Decimal 201 0 175 0 1 0.13 0.21 307.76 1 0.39
Hex C9 0 AF 0 64 D 15 134 64 27
Octal 311 0 257 0 144 15 25 464 144 47
Binary 11001001 0 10101111 0 1100100 1101 10101 100110100 1100100 100111

Color Harmonies of #C900AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900AF

Black with #C900AF

Text Example


Text Example

White with #C900AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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