#C600CA

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

Shades of Deep Magenta #C600CA

Tints of Deep Magenta #C600CA

Color information

#C600CA (or 0xC600CA) is unknown color: approx Deep Magenta. HEX triplet: C6, 00 and CA. RGB value is (198,0,202). Sum of RGB (Red+Green+Blue) = 198+0+202=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #C600CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600CA is #39FF35. Grayscale: #515151. Windows color (decimal): -3800886 or 13238470. OLE color: 13238470.

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

Color convert

RGB1980202-
CMYK0.02100.21
HSL298.81º100%39.61%-
HSV(B)298.81º100%79.22%-
XYZ33.9516.2757.23-
YUV82.23195.6210.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=49.5%
G=0%
B=50.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19802020.02100.21298.8110039.61
HexC60CA26401512b6428
Octal3060312214402545314450
Binary110001100110010101011001000101011001010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C600CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C600CA; }

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

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

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

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

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

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

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

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