#CC63BD

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

Shades of Fuchsia #CC63BD

Tints of Fuchsia #CC63BD

Color information

#CC63BD (or 0xCC63BD) is unknown color: approx Fuchsia. HEX triplet: CC, 63 and BD. RGB value is (204,99,189). Sum of RGB (Red+Green+Blue) = 204+99+189=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63BD is #339C42. Grayscale: #8C8C8C. Windows color (decimal): -3382339 or 12411852. OLE color: 12411852.

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

Color convert

RGB20499189-
CMYK00.510.070.2
HSL308.57º50.72%59.41%-
HSV(B)308.57º51.47%80%-
XYZ38.5525.4451.02-
YUV140.66155.29173.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 99 (39.06% from 255) = 20.12%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=41.46%
G=20.12%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049918900.510.070.2308.5750.7259.41
HexCC63BD033714135333b
Octal3141432750637244656373
Binary11001100110001110111101011001111110100100110101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63BD; }

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

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

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

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

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

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

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

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