#CC63B4

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

Shades of Fuchsia #CC63B4

Tints of Fuchsia #CC63B4

Color information

#CC63B4 (or 0xCC63B4) is unknown color: approx Fuchsia. HEX triplet: CC, 63 and B4. RGB value is (204,99,180). Sum of RGB (Red+Green+Blue) = 204+99+180=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63B4 is #339C4B. Grayscale: #8B8B8B. Windows color (decimal): -3382348 or 11822028. OLE color: 11822028.

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

Color convert

RGB20499180-
CMYK00.510.120.2
HSL313.71º50.72%59.41%-
HSV(B)313.71º51.47%80%-
XYZ37.625.0646.03-
YUV139.63150.79173.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=42.24%
G=20.50%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049918000.510.120.2313.7150.7259.41
HexCC63B4033C1413a333b
Octal31414326406314244726373
Binary110011001100011101101000110011110010100100111010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63B4; }

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

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

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

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

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

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

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

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