#C42CCC

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

Shades of Fuchsia #C42CCC

Tints of Fuchsia #C42CCC

Color information

#C42CCC (or 0xC42CCC) is unknown color: approx Fuchsia. HEX triplet: C4, 2C and CC. RGB value is (196,44,204). Sum of RGB (Red+Green+Blue) = 196+44+204=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #C42CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CCC is #3BD333. Grayscale: #6B6B6B. Windows color (decimal): -3920692 or 13380804. OLE color: 13380804.

HSL color Cylindrical-coordinate representation of color #C42CCC: hue angle of 297º degrees, saturation: 0.65, 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 #C42CCC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19644204-
CMYK0.040.7800.2
HSL297º64.52%48.63%-
HSV(B)297º78.43%80%-
XYZ34.5617.958.76-
YUV107.69182.36190.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 44 (17.58% from 255) = 9.91%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=44.14%
G=9.91%
B=45.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal196442040.040.7800.229764.5248.63
HexC42CCC44E0141294131
Octal30454314411602445110161
Binary110001001011001100110010010011100101001001010011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42CCC; }

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

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

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

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

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

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

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

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