#C235CC

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

Shades of Fuchsia #C235CC

Tints of Fuchsia #C235CC

Color information

#C235CC (or 0xC235CC) is unknown color: approx Fuchsia. HEX triplet: C2, 35 and CC. RGB value is (194,53,204). Sum of RGB (Red+Green+Blue) = 194+53+204=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #C235CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235CC is #3DCA33. Grayscale: #6F6F6F. Windows color (decimal): -4049460 or 13383106. OLE color: 13383106.

HSL color Cylindrical-coordinate representation of color #C235CC: hue angle of 296.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C235CC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19453204-
CMYK0.050.7400.2
HSL296.03º59.68%50.39%-
HSV(B)296.03º74.02%80%-
XYZ34.4218.3858.86-
YUV112.37179.71186.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 53 (21.09% from 255) = 11.75%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=43.02%
G=11.75%
B=45.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194532040.050.7400.2296.0359.6850.39
HexC235CC54A0141283c32
Octal3026531451120244507462
Binary11000010110101110011001011001010010100100101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C235CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C235CC; }

 p { color: rgb(194,53,204); }

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

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

 a { background-color: rgb(194,53,204); }

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

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

 span { border-color: rgb(194,53,204); }

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