#C333CC

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

Shades of Fuchsia #C333CC

Tints of Fuchsia #C333CC

Color information

#C333CC (or 0xC333CC) is unknown color: approx Fuchsia. HEX triplet: C3, 33 and CC. RGB value is (195,51,204). Sum of RGB (Red+Green+Blue) = 195+51+204=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #C333CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333CC is #3CCC33. Grayscale: #6F6F6F. Windows color (decimal): -3984436 or 13382595. OLE color: 13382595.

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

Color convert

RGB19551204-
CMYK0.040.7500.2
HSL296.47º60%50%-
HSV(B)296.47º75%80%-
XYZ34.5918.3358.84-
YUV111.5180.21187.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 51 (20.31% from 255) = 11.33%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=43.33%
G=11.33%
B=45.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal195512040.040.7500.2296.476050
HexC333CC44B0141283c32
Octal3036331441130244507462
Binary11000011110011110011001001001011010100100101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C333CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C333CC; }

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

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

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

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

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

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

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

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