#CC43B5

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

Shades of Fuchsia #CC43B5

Tints of Fuchsia #CC43B5

Color information

#CC43B5 (or 0xCC43B5) is unknown color: approx Fuchsia. HEX triplet: CC, 43 and B5. RGB value is (204,67,181). Sum of RGB (Red+Green+Blue) = 204+67+181=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC43B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC43B5 is #33BC4A. Grayscale: #787878. Windows color (decimal): -3390539 or 11879372. OLE color: 11879372.

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

Color convert

RGB20467181-
CMYK00.670.110.2
HSL310.07º57.32%53.14%-
HSV(B)310.07º67.16%80%-
XYZ35.2520.1945.75-
YUV120.96161.89187.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 67 (26.56% from 255) = 14.82%
BLUE value IS 181 (71.09% from 255) = 40.04%
R=45.13%
G=14.82%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046718100.670.110.2310.0757.3253.14
HexCC43B5043B141363935
Octal314103265010313244667165
Binary1100110010000111011010101000011101110100100110110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC43B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC43B5; }

 p { color: rgb(204,67,181); }

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

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

 a { background-color: rgb(204,67,181); }

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

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

 span { border-color: rgb(204,67,181); }

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