#C611CC

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

Shades of Deep Magenta #C611CC

Tints of Deep Magenta #C611CC

Color information

#C611CC (or 0xC611CC) is unknown color: approx Deep Magenta. HEX triplet: C6, 11 and CC. RGB value is (198,17,204). Sum of RGB (Red+Green+Blue) = 198+17+204=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #C611CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611CC is #39EE33. Grayscale: #5B5B5B. Windows color (decimal): -3796532 or 13373894. OLE color: 13373894.

HSL color Cylindrical-coordinate representation of color #C611CC: hue angle of 298.07º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C611CC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19817204-
CMYK0.030.9200.2
HSL298.07º84.62%43.33%-
HSV(B)298.07º91.67%80%-
XYZ34.3916.7758.55-
YUV92.44190.97203.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 17 (7.03% from 255) = 4.06%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=47.26%
G=4.06%
B=48.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal198172040.030.9200.2298.0784.6243.33
HexC611CC35C01412a552b
Octal30621314313402445212553
Binary1100011010001110011001110111000101001001010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C611CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C611CC; }

 p { color: rgb(198,17,204); }

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

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

 a { background-color: rgb(198,17,204); }

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

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

 span { border-color: rgb(198,17,204); }

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