#C42CC2

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

Shades of Fuchsia #C42CC2

Tints of Fuchsia #C42CC2

Color information

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

HSL color Cylindrical-coordinate representation of color #C42CC2: hue angle of 300.79º 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 #C42CC2 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB19644194-
CMYK00.780.010.23
HSL300.79º63.33%47.06%-
HSV(B)300.79º77.55%76.86%-
XYZ33.417.4352.64-
YUV106.55177.36191.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964419400.780.010.23300.7963.3347.06
HexC42CC204E11712d3f2f
Octal3045430201161274557757
Binary110001001011001100001001001110110111100101101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42CC2; }

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

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

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

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

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

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

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

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