#C333C2

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

Shades of Fuchsia #C333C2

Tints of Fuchsia #C333C2

Color information

#C333C2 (or 0xC333C2) is unknown color: approx Fuchsia. HEX triplet: C3, 33 and C2. RGB value is (195,51,194). Sum of RGB (Red+Green+Blue) = 195+51+194=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C333C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333C2 is #3CCC3D. Grayscale: #6D6D6D. Windows color (decimal): -3984446 or 12727235. OLE color: 12727235.

HSL color Cylindrical-coordinate representation of color #C333C2: hue angle of 300.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C333C2 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB19551194-
CMYK00.740.010.24
HSL300.42º58.54%48.24%-
HSV(B)300.42º73.85%76.47%-
XYZ33.4317.8652.73-
YUV110.36175.21188.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.32%
GREEN value IS 51 (20.31% from 255) = 11.59%
BLUE value IS 194 (76.17% from 255) = 44.09%
R=44.32%
G=11.59%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955119400.740.010.24300.4258.5448.24
HexC333C204A11812c3b30
Octal3036330201121304547360
Binary110000111100111100001001001010111000100101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C333C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C333C2; }

 p { color: rgb(195,51,194); }

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

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

 a { background-color: rgb(195,51,194); }

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

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

 span { border-color: rgb(195,51,194); }

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