#CC3CBC

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

Shades of Fuchsia #CC3CBC

Tints of Fuchsia #CC3CBC

Color information

#CC3CBC (or 0xCC3CBC) is unknown color: approx Fuchsia. HEX triplet: CC, 3C and BC. RGB value is (204,60,188). Sum of RGB (Red+Green+Blue) = 204+60+188=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CBC is #33C343. Grayscale: #757575. Windows color (decimal): -3392324 or 12336332. OLE color: 12336332.

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

Color convert

RGB20460188-
CMYK00.710.080.2
HSL306.67º58.54%51.76%-
HSV(B)306.67º70.59%80%-
XYZ35.5919.749.5-
YUV117.65167.71189.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 60 (23.83% from 255) = 13.27%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=45.13%
G=13.27%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046018800.710.080.2306.6758.5451.76
HexCC3CBC0478141333b34
Octal31474274010710244637364
Binary110011001111001011110001000111100010100100110011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3CBC; }

 p { color: rgb(204,60,188); }

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

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

 a { background-color: rgb(204,60,188); }

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

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

 span { border-color: rgb(204,60,188); }

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