#CC5FCA

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

Shades of Fuchsia #CC5FCA

Tints of Fuchsia #CC5FCA

Color information

#CC5FCA (or 0xCC5FCA) is unknown color: approx Fuchsia. HEX triplet: CC, 5F and CA. RGB value is (204,95,202). Sum of RGB (Red+Green+Blue) = 204+95+202=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FCA is #33A035. Grayscale: #8B8B8B. Windows color (decimal): -3383350 or 13262796. OLE color: 13262796.

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

Color convert

RGB20495202-
CMYK00.530.010.2
HSL301.1º51.66%58.63%-
HSV(B)301.1º53.43%80%-
XYZ39.6525.2958.67-
YUV139.79163.11173.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=40.72%
G=18.96%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049520200.530.010.2301.151.6658.63
HexCC5FCA03511412d343b
Octal3141373120651244556473
Binary110011001011111110010100110101110100100101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FCA; }

 p { color: rgb(204,95,202); }

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

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

 a { background-color: rgb(204,95,202); }

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

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

 span { border-color: rgb(204,95,202); }

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