#CC29B7

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

Shades of Fuchsia #CC29B7

Tints of Fuchsia #CC29B7

Color information

#CC29B7 (or 0xCC29B7) is unknown color: approx Fuchsia. HEX triplet: CC, 29 and B7. RGB value is (204,41,183). Sum of RGB (Red+Green+Blue) = 204+41+183=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29B7 is #33D648. Grayscale: #696969. Windows color (decimal): -3397193 or 12003788. OLE color: 12003788.

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

Color convert

RGB20441183-
CMYK00.800.100.2
HSL307.73º66.53%48.04%-
HSV(B)307.73º79.9%80%-
XYZ34.2417.8446.44-
YUV105.92171.5197.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 41 (16.41% from 255) = 9.58%
BLUE value IS 183 (71.88% from 255) = 42.76%
R=47.66%
G=9.58%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044118300.800.100.2307.7366.5348.04
HexCC29B7050A141344330
Octal314512670120122446410360
Binary1100110010100110110111010100001010101001001101001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC29B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC29B7; }

 p { color: rgb(204,41,183); }

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

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

 a { background-color: rgb(204,41,183); }

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

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

 span { border-color: rgb(204,41,183); }

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