Html Css Color HEX #C800CD Deep Magenta

📋 copy color: '#C800CD'

red 200 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #C800CD

Tints of Deep Magenta #C800CD

RGB

 RED value IS 200 (78.52% from 255) = 49.38%

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

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

R = 49.38%
G = 0%
B = 50.62%

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

#C800CD (or 0xC800CD) is known color: Deep Magenta. HEX triplet: C8, 00 and CD. RGB value is (200,0,205). Sum of RGB (Red+Green+Blue) = 200+0+205=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #C800CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800CD is #37FF32. Grayscale: #525252. Windows color (decimal): -3669811 or 13435080. OLE color: 13435080.

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

Color convert

RGB 200 0 205 -
CMYK 0.02 1 0 0.20
HSL 298.54º 1% 0.4% -
HSV(B) 298.54º 1% 0.8% -
XYZ 34.84 16.69 59.14 -
YUV 83.17 196.76 211.33 -
System Red Green Blue C M Y K H S L
Decimal 200 0 205 0.02 1 0 0.20 298.54 1 0.4
Hex C8 0 CD 2 64 0 14 12B 64 28
Octal 310 0 315 2 144 0 24 453 144 50
Binary 11001000 0 11001101 10 1100100 0 10100 100101011 1100100 101000

Color Harmonies of #C800CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800CD

Black with #C800CD

Text Example


Text Example

White with #C800CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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