Html Css Color HEX #C800DE Deep Magenta

📋 copy color: '#C800DE'

red 200 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #C800DE

Tints of Deep Magenta #C800DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 47.39%
G = 0%
B = 52.61%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C800DE (or 0xC800DE) is known color: Deep Magenta. HEX triplet: C8, 00 and DE. RGB value is (200,0,222). Sum of RGB (Red+Green+Blue) = 200+0+222=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #C800DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800DE is #37FF21. Grayscale: #545454. Windows color (decimal): -3669794 or 14549192. OLE color: 14549192.

HSL color Cylindrical-coordinate representation of color #C800DE: hue angle of 294.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800DE is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 0 222 -
CMYK 0.10 1 0 0.13
HSL 294.05º 1% 0.44% -
HSV(B) 294.05º 1% 0.87% -
XYZ 37 17.55 70.55 -
YUV 85.11 205.26 209.95 -
System Red Green Blue C M Y K H S L
Decimal 200 0 222 0.10 1 0 0.13 294.05 1 0.44
Hex C8 0 DE A 64 0 D 126 64 2C
Octal 310 0 336 12 144 0 15 446 144 54
Binary 11001000 0 11011110 1010 1100100 0 1101 100100110 1100100 101100

Color Harmonies of #C800DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800DE

Black with #C800DE

Text Example


Text Example

White with #C800DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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