#C800CA

Color #C800CA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C800CA

Tints of Deep Magenta #C800CA

Color information

#C800CA (or 0xC800CA) is unknown color: approx Deep Magenta. HEX triplet: C8, 00 and CA. RGB value is (200,0,202). Sum of RGB (Red+Green+Blue) = 200+0+202=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #C800CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800CA is #37FF35. Grayscale: #525252. Windows color (decimal): -3669814 or 13238472. OLE color: 13238472.

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

Color convert

RGB2000202-
CMYK0.01100.21
HSL299.41º100%39.61%-
HSV(B)299.41º100%79.22%-
XYZ34.4816.5457.25-
YUV82.83195.26211.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=49.75%
G=0%
B=50.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20002020.01100.21299.4110039.61
HexC80CA16401512b6428
Octal3100312114402545314450
Binary11001000011001010111001000101011001010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C800CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C800CA; }

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

 H1.HeaderClassName
 {
   color: #C800CA;
 }
 .AnyTagClassName
 {
   color: #C800CA;
 }
</style>
background-color css

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

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

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

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

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

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