#CC63C1

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

Shades of Fuchsia #CC63C1

Tints of Fuchsia #CC63C1

Color information

#CC63C1 (or 0xCC63C1) is unknown color: approx Fuchsia. HEX triplet: CC, 63 and C1. RGB value is (204,99,193). Sum of RGB (Red+Green+Blue) = 204+99+193=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63C1 is #339C3E. Grayscale: #8C8C8C. Windows color (decimal): -3382335 or 12673996. OLE color: 12673996.

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

Color convert

RGB20499193-
CMYK00.510.050.2
HSL306.29º50.72%59.41%-
HSV(B)306.29º51.47%80%-
XYZ38.9925.6153.34-
YUV141.11157.29172.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 99 (39.06% from 255) = 19.96%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=41.13%
G=19.96%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049919300.510.050.2306.2950.7259.41
HexCC63C1033514132333b
Octal3141433010635244626373
Binary11001100110001111000001011001110110100100110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63C1; }

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

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

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

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

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

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

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

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