#CC4CBE

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

Shades of Fuchsia #CC4CBE

Tints of Fuchsia #CC4CBE

Color information

#CC4CBE (or 0xCC4CBE) is unknown color: approx Fuchsia. HEX triplet: CC, 4C and BE. RGB value is (204,76,190). Sum of RGB (Red+Green+Blue) = 204+76+190=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CBE is #33B341. Grayscale: #7E7E7E. Windows color (decimal): -3388226 or 12471500. OLE color: 12471500.

HSL color Cylindrical-coordinate representation of color #CC4CBE: hue angle of 306.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4CBE is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB20476190-
CMYK00.630.070.2
HSL306.56º55.65%54.9%-
HSV(B)306.56º62.75%80%-
XYZ36.7821.7250.97-
YUV127.27163.41182.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 76 (30.08% from 255) = 16.17%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=43.40%
G=16.17%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047619000.630.070.2306.5655.6554.9
HexCC4CBE03F7141333837
Octal3141142760777244637067
Binary11001100100110010111110011111111110100100110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4CBE; }

 p { color: rgb(204,76,190); }

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

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

 a { background-color: rgb(204,76,190); }

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

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

 span { border-color: rgb(204,76,190); }

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