Html Css Color HEX #C800DC Deep Magenta

📋 copy color: '#C800DC'

red 200 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #C800DC

Tints of Deep Magenta #C800DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 47.62%
G = 0%
B = 52.38%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C800DC (or 0xC800DC) is known color: Deep Magenta. HEX triplet: C8, 00 and DC. RGB value is (200,0,220). Sum of RGB (Red+Green+Blue) = 200+0+220=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #C800DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800DC is #37FF23. Grayscale: #545454. Windows color (decimal): -3669796 or 14418120. OLE color: 14418120.

HSL color Cylindrical-coordinate representation of color #C800DC: hue angle of 294.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800DC is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 0 220 -
CMYK 0.09 1 0 0.14
HSL 294.55º 1% 0.43% -
HSV(B) 294.55º 1% 0.86% -
XYZ 36.74 17.45 69.14 -
YUV 84.88 204.26 210.11 -
System Red Green Blue C M Y K H S L
Decimal 200 0 220 0.09 1 0 0.14 294.55 1 0.43
Hex C8 0 DC 9 64 0 E 127 64 2B
Octal 310 0 334 11 144 0 16 447 144 53
Binary 11001000 0 11011100 1001 1100100 0 1110 100100111 1100100 101011

Color Harmonies of #C800DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800DC

Black with #C800DC

Text Example


Text Example

White with #C800DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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