#CC63BF

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

Shades of Fuchsia #CC63BF

Tints of Fuchsia #CC63BF

Color information

#CC63BF (or 0xCC63BF) is unknown color: approx Fuchsia. HEX triplet: CC, 63 and BF. RGB value is (204,99,191). Sum of RGB (Red+Green+Blue) = 204+99+191=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63BF is #339C40. Grayscale: #8C8C8C. Windows color (decimal): -3382337 or 12542924. OLE color: 12542924.

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

Color convert

RGB20499191-
CMYK00.510.060.2
HSL307.43º50.72%59.41%-
HSV(B)307.43º51.47%80%-
XYZ38.7725.5252.17-
YUV140.88156.29173.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 99 (39.06% from 255) = 20.04%
BLUE value IS 191 (75% from 255) = 38.66%
R=41.30%
G=20.04%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049919100.510.060.2307.4350.7259.41
HexCC63BF033614133333b
Octal3141432770636244636373
Binary11001100110001110111111011001111010100100110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63BF; }

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

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

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

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

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

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

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

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