#C734CC

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

Shades of Fuchsia #C734CC

Tints of Fuchsia #C734CC

Color information

#C734CC (or 0xC734CC) is unknown color: approx Fuchsia. HEX triplet: C7, 34 and CC. RGB value is (199,52,204). Sum of RGB (Red+Green+Blue) = 199+52+204=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #C734CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734CC is #38CB33. Grayscale: #707070. Windows color (decimal): -3722036 or 13382855. OLE color: 13382855.

HSL color Cylindrical-coordinate representation of color #C734CC: hue angle of 298.03º 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 #C734CC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19952204-
CMYK0.020.7500.2
HSL298.03º59.84%50.2%-
HSV(B)298.03º74.51%80%-
XYZ35.6818.9658.91-
YUV113.28179.2189.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 52 (20.70% from 255) = 11.43%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=43.74%
G=11.43%
B=44.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199522040.020.7500.2298.0359.8450.2
HexC734CC24B01412a3c32
Octal3076431421130244527462
Binary1100011111010011001100101001011010100100101010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C734CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C734CC; }

 p { color: rgb(199,52,204); }

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

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

 a { background-color: rgb(199,52,204); }

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

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

 span { border-color: rgb(199,52,204); }

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