Html Css Color HEX #C900CD Deep Magenta

📋 copy color: '#C900CD'

red 201 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #C900CD

Tints of Deep Magenta #C900CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 49.51%
G = 0%
B = 50.49%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C900CD (or 0xC900CD) is known color: Deep Magenta. HEX triplet: C9, 00 and CD. RGB value is (201,0,205). Sum of RGB (Red+Green+Blue) = 201+0+205=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #C900CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900CD is #36FF32. Grayscale: #525252. Windows color (decimal): -3604275 or 13435081. OLE color: 13435081.

HSL color Cylindrical-coordinate representation of color #C900CD: hue angle of 298.83º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900CD is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 0 205 -
CMYK 0.02 1 0 0.20
HSL 298.83º 1% 0.4% -
HSV(B) 298.83º 1% 0.8% -
XYZ 35.11 16.83 59.15 -
YUV 83.47 196.59 211.83 -
System Red Green Blue C M Y K H S L
Decimal 201 0 205 0.02 1 0 0.20 298.83 1 0.4
Hex C9 0 CD 2 64 0 14 12B 64 28
Octal 311 0 315 2 144 0 24 453 144 50
Binary 11001001 0 11001101 10 1100100 0 10100 100101011 1100100 101000

Color Harmonies of #C900CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900CD

Black with #C900CD

Text Example


Text Example

White with #C900CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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