#CC38B2

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

Shades of Fuchsia #CC38B2

Tints of Fuchsia #CC38B2

Color information

#CC38B2 (or 0xCC38B2) is unknown color: approx Fuchsia. HEX triplet: CC, 38 and B2. RGB value is (204,56,178). Sum of RGB (Red+Green+Blue) = 204+56+178=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC38B2 is #33C74D. Grayscale: #717171. Windows color (decimal): -3393358 or 11679948. OLE color: 11679948.

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

Color convert

RGB20456178-
CMYK00.730.130.2
HSL310.54º59.2%50.98%-
HSV(B)310.54º72.55%80%-
XYZ34.3518.8843.95-
YUV114.16164.03192.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 56 (22.27% from 255) = 12.79%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=46.58%
G=12.79%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045617800.730.130.2310.5459.250.98
HexCC38B2049D141373b33
Octal31470262011115244677363
Binary110011001110001011001001001001110110100100110111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC38B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC38B2; }

 p { color: rgb(204,56,178); }

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

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

 a { background-color: rgb(204,56,178); }

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

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

 span { border-color: rgb(204,56,178); }

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