#C22DCC

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

Shades of Fuchsia #C22DCC

Tints of Fuchsia #C22DCC

Color information

#C22DCC (or 0xC22DCC) is unknown color: approx Fuchsia. HEX triplet: C2, 2D and CC. RGB value is (194,45,204). Sum of RGB (Red+Green+Blue) = 194+45+204=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C22DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DCC is #3DD233. Grayscale: #6B6B6B. Windows color (decimal): -4051508 or 13381058. OLE color: 13381058.

HSL color Cylindrical-coordinate representation of color #C22DCC: hue angle of 296.23º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22DCC is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19445204-
CMYK0.050.7800.2
HSL296.23º63.86%48.82%-
HSV(B)296.23º77.94%80%-
XYZ34.0917.7158.75-
YUV107.68182.36189.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 45 (17.97% from 255) = 10.16%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=43.79%
G=10.16%
B=46.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194452040.050.7800.2296.2363.8648.82
HexC22DCC54E0141284031
Octal30255314511602445010061
Binary110000101011011100110010110011100101001001010001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22DCC; }

 p { color: rgb(194,45,204); }

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

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

 a { background-color: rgb(194,45,204); }

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

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

 span { border-color: rgb(194,45,204); }

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