#C733CE

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

Shades of Fuchsia #C733CE

Tints of Fuchsia #C733CE

Color information

#C733CE (or 0xC733CE) is unknown color: approx Fuchsia. HEX triplet: C7, 33 and CE. RGB value is (199,51,206). Sum of RGB (Red+Green+Blue) = 199+51+206=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #C733CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C733CE is #38CC31. Grayscale: #707070. Windows color (decimal): -3722290 or 13513671. OLE color: 13513671.

HSL color Cylindrical-coordinate representation of color #C733CE: hue angle of 297.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C733CE is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19951206-
CMYK0.030.7500.19
HSL297.29º61.26%50.39%-
HSV(B)297.29º75.24%80.78%-
XYZ35.8818.9760.16-
YUV112.92180.53189.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 51 (20.31% from 255) = 11.18%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=43.64%
G=11.18%
B=45.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal199512060.030.7500.19297.2961.2650.39
HexC733CE34B0131293d32
Octal3076331631130234517562
Binary1100011111001111001110111001011010011100101001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C733CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C733CE; }

 p { color: rgb(199,51,206); }

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

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

 a { background-color: rgb(199,51,206); }

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

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

 span { border-color: rgb(199,51,206); }

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