#CC2CBA

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

Shades of Fuchsia #CC2CBA

Tints of Fuchsia #CC2CBA

Color information

#CC2CBA (or 0xCC2CBA) is unknown color: approx Fuchsia. HEX triplet: CC, 2C and BA. RGB value is (204,44,186). Sum of RGB (Red+Green+Blue) = 204+44+186=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CBA is #33D345. Grayscale: #6B6B6B. Windows color (decimal): -3396422 or 12201164. OLE color: 12201164.

HSL color Cylindrical-coordinate representation of color #CC2CBA: hue angle of 306.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2CBA is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB20444186-
CMYK00.780.090.2
HSL306.75º64.52%48.63%-
HSV(B)306.75º78.43%80%-
XYZ34.6718.1848.14-
YUV108.03172.01196.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 44 (17.58% from 255) = 10.14%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=47.00%
G=10.14%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044418600.780.090.2306.7564.5248.63
HexCC2CBA04E9141334131
Octal314542720116112446310161
Binary1100110010110010111010010011101001101001001100111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2CBA; }

 p { color: rgb(204,44,186); }

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

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

 a { background-color: rgb(204,44,186); }

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

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

 span { border-color: rgb(204,44,186); }

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