#CC63BA

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

Shades of Fuchsia #CC63BA

Tints of Fuchsia #CC63BA

Color information

#CC63BA (or 0xCC63BA) is unknown color: approx Fuchsia. HEX triplet: CC, 63 and BA. RGB value is (204,99,186). Sum of RGB (Red+Green+Blue) = 204+99+186=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63BA is #339C45. Grayscale: #8C8C8C. Windows color (decimal): -3382342 or 12215244. OLE color: 12215244.

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

Color convert

RGB20499186-
CMYK00.510.090.2
HSL310.29º50.72%59.41%-
HSV(B)310.29º51.47%80%-
XYZ38.2325.3149.32-
YUV140.31153.79173.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=41.72%
G=20.25%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049918600.510.090.2310.2950.7259.41
HexCC63BA033914136333b
Octal31414327206311244666373
Binary110011001100011101110100110011100110100100110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63BA; }

 p { color: rgb(204,99,186); }

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

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

 a { background-color: rgb(204,99,186); }

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

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

 span { border-color: rgb(204,99,186); }

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