#C22CBB

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

Shades of Fuchsia #C22CBB

Tints of Fuchsia #C22CBB

Color information

#C22CBB (or 0xC22CBB) is unknown color: approx Fuchsia. HEX triplet: C2, 2C and BB. RGB value is (194,44,187). Sum of RGB (Red+Green+Blue) = 194+44+187=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CBB is #3DD344. Grayscale: #686868. Windows color (decimal): -4051781 or 12266690. OLE color: 12266690.

HSL color Cylindrical-coordinate representation of color #C22CBB: hue angle of 302.8º degrees, saturation: 0.63, 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 #C22CBB is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19444187-
CMYK00.770.040.24
HSL302.8º63.03%46.67%-
HSV(B)302.8º77.32%76.08%-
XYZ32.1216.8648.57-
YUV105.15174.2191.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 44 (17.58% from 255) = 10.35%
BLUE value IS 187 (73.44% from 255) = 44%
R=45.65%
G=10.35%
B=44%

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
Decimal1944418700.770.040.24302.863.0346.67
HexC22CBB04D41812f3f2f
Octal3025427301154304577757
Binary11000010101100101110110100110110011000100101111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22CBB; }

 p { color: rgb(194,44,187); }

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

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

 a { background-color: rgb(194,44,187); }

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

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

 span { border-color: rgb(194,44,187); }

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