#C600C9

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

Shades of Deep Magenta #C600C9

Tints of Deep Magenta #C600C9

Color information

#C600C9 (or 0xC600C9) is unknown color: approx Deep Magenta. HEX triplet: C6, 00 and C9. RGB value is (198,0,201). Sum of RGB (Red+Green+Blue) = 198+0+201=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #C600C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600C9 is #39FF36. Grayscale: #515151. Windows color (decimal): -3800887 or 13172934. OLE color: 13172934.

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

Color convert

RGB1980201-
CMYK0.01100.21
HSL299.1º100%39.41%-
HSV(B)299.1º100%78.82%-
XYZ33.8316.2256.61-
YUV82.12195.1210.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 201 (78.91% from 255) = 50.38%
R=49.62%
G=0%
B=50.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19802010.01100.21299.110039.41
HexC60C916401512b6427
Octal3060311114402545314447
Binary11000110011001001111001000101011001010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C600C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C600C9; }

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

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

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

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

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

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

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

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