#c22dba

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

Shades of Fuchsia #C22DBA

Tints of Fuchsia #C22DBA

Color information

#C22DBA (or 0xC22DBA) is unknown color: approx Fuchsia. HEX triplet: C2, 2D and BA. RGB value is (194,45,186). Sum of RGB (Red+Green+Blue) = 194+45+186=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C22DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DBA is #3DD245. Grayscale: #696969. Windows color (decimal): -4051526 or 12201410. OLE color: 12201410.

HSL color Cylindrical-coordinate representation of color #C22DBA: hue angle of 303.22º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22DBA is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19445186-
CMYK00.770.040.24
HSL303.22º62.34%46.86%-
HSV(B)303.22º76.8%76.08%-
XYZ32.0516.8948.03-
YUV105.62173.36191.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 45 (17.97% from 255) = 10.59%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=45.65%
G=10.59%
B=43.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944518600.770.040.24303.2262.3446.86
HexC22DBA04D41812f3e2f
Octal3025527201154304577657
Binary11000010101101101110100100110110011000100101111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c22dba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c22dba; }

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

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

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

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

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

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

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

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