#C22CC4

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

Shades of Fuchsia #C22CC4

Tints of Fuchsia #C22CC4

Color information

#C22CC4 (or 0xC22CC4) is unknown color: approx Fuchsia. HEX triplet: C2, 2C and C4. RGB value is (194,44,196). Sum of RGB (Red+Green+Blue) = 194+44+196=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #C22CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CC4 is #3DD33B. Grayscale: #696969. Windows color (decimal): -4051772 or 12856514. OLE color: 12856514.

HSL color Cylindrical-coordinate representation of color #C22CC4: hue angle of 299.21º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22CC4 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19444196-
CMYK0.010.7800.23
HSL299.21º63.33%47.06%-
HSV(B)299.21º77.55%76.86%-
XYZ33.1117.2653.81-
YUV106.18178.7190.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 44 (17.58% from 255) = 10.14%
BLUE value IS 196 (76.95% from 255) = 45.16%
R=44.70%
G=10.14%
B=45.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194441960.010.7800.23299.2163.3347.06
HexC22CC414E01712b3f2f
Octal3025430411160274537757
Binary110000101011001100010011001110010111100101011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22CC4; }

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

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

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

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

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

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

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

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