#C333B7

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

Shades of Fuchsia #C333B7

Tints of Fuchsia #C333B7

Color information

#C333B7 (or 0xC333B7) is unknown color: approx Fuchsia. HEX triplet: C3, 33 and B7. RGB value is (195,51,183). Sum of RGB (Red+Green+Blue) = 195+51+183=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C333B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333B7 is #3CCC48. Grayscale: #6C6C6C. Windows color (decimal): -3984457 or 12006339. OLE color: 12006339.

HSL color Cylindrical-coordinate representation of color #C333B7: hue angle of 305º 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 #C333B7 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19551183-
CMYK00.740.060.24
HSL305º58.54%48.24%-
HSV(B)305º73.85%76.47%-
XYZ32.2417.3946.46-
YUV109.1169.71189.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 51 (20.31% from 255) = 11.89%
BLUE value IS 183 (71.88% from 255) = 42.66%
R=45.45%
G=11.89%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955118300.740.060.2430558.5448.24
HexC333B704A6181313b30
Octal3036326701126304617360
Binary11000011110011101101110100101011011000100110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C333B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C333B7; }

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

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

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

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

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

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

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

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