#C60CCF

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

Shades of Deep Magenta #C60CCF

Tints of Deep Magenta #C60CCF

Color information

#C60CCF (or 0xC60CCF) is unknown color: approx Deep Magenta. HEX triplet: C6, 0C and CF. RGB value is (198,12,207). Sum of RGB (Red+Green+Blue) = 198+12+207=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #C60CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CCF is #39F330. Grayscale: #595959. Windows color (decimal): -3797809 or 13569222. OLE color: 13569222.

HSL color Cylindrical-coordinate representation of color #C60CCF: hue angle of 297.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CCF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19812207-
CMYK0.040.9400.19
HSL297.23º89.04%42.94%-
HSV(B)297.23º94.2%81.18%-
XYZ34.6816.7760.44-
YUV89.84194.12205.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 12 (5.08% from 255) = 2.88%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=47.48%
G=2.88%
B=49.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198122070.040.9400.19297.2389.0442.94
HexC6CCF45E013129592b
Octal30614317413602345113153
Binary1100011011001100111110010111100100111001010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60CCF; }

 p { color: rgb(198,12,207); }

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

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

 a { background-color: rgb(198,12,207); }

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

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

 span { border-color: rgb(198,12,207); }

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