#CC36BB

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

Shades of Fuchsia #CC36BB

Tints of Fuchsia #CC36BB

Color information

#CC36BB (or 0xCC36BB) is unknown color: approx Fuchsia. HEX triplet: CC, 36 and BB. RGB value is (204,54,187). Sum of RGB (Red+Green+Blue) = 204+54+187=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36BB is #33C944. Grayscale: #717171. Windows color (decimal): -3393861 or 12269260. OLE color: 12269260.

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

Color convert

RGB20454187-
CMYK00.740.080.2
HSL306.8º59.52%50.59%-
HSV(B)306.8º73.53%80%-
XYZ35.1919.0648.84-
YUV114.01169.2192.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 54 (21.48% from 255) = 12.13%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=45.84%
G=12.13%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045418700.740.080.2306.859.5250.59
HexCC36BB04A8141333c33
Octal31466273011210244637463
Binary110011001101101011101101001010100010100100110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC36BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC36BB; }

 p { color: rgb(204,54,187); }

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

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

 a { background-color: rgb(204,54,187); }

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

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

 span { border-color: rgb(204,54,187); }

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