#CC53BF

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

Shades of Fuchsia #CC53BF

Tints of Fuchsia #CC53BF

Color information

#CC53BF (or 0xCC53BF) is unknown color: approx Fuchsia. HEX triplet: CC, 53 and BF. RGB value is (204,83,191). Sum of RGB (Red+Green+Blue) = 204+83+191=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53BF is #33AC40. Grayscale: #838383. Windows color (decimal): -3386433 or 12538828. OLE color: 12538828.

HSL color Cylindrical-coordinate representation of color #CC53BF: hue angle of 306.45º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC53BF is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB20483191-
CMYK00.590.060.2
HSL306.45º54.26%56.27%-
HSV(B)306.45º59.31%80%-
XYZ37.422.7951.72-
YUV131.49161.59179.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 83 (32.81% from 255) = 17.36%
BLUE value IS 191 (75% from 255) = 39.96%
R=42.68%
G=17.36%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048319100.590.060.2306.4554.2656.27
HexCC53BF03B6141323638
Octal3141232770736244626670
Binary11001100101001110111111011101111010100100110010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC53BF; }

 p { color: rgb(204,83,191); }

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

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

 a { background-color: rgb(204,83,191); }

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

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

 span { border-color: rgb(204,83,191); }

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