#CC2EBE

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

Shades of Fuchsia #CC2EBE

Tints of Fuchsia #CC2EBE

Color information

#CC2EBE (or 0xCC2EBE) is unknown color: approx Fuchsia. HEX triplet: CC, 2E and BE. RGB value is (204,46,190). Sum of RGB (Red+Green+Blue) = 204+46+190=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2EBE is #33D141. Grayscale: #6D6D6D. Windows color (decimal): -3395906 or 12463820. OLE color: 12463820.

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

Color convert

RGB20446190-
CMYK00.770.070.2
HSL305.32º63.2%49.02%-
HSV(B)305.32º77.45%80%-
XYZ35.1718.5150.43-
YUV109.66173.35195.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 46 (18.36% from 255) = 10.45%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=46.36%
G=10.45%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044619000.770.070.2305.3263.249.02
HexCC2EBE04D7141313f31
Octal3145627601157244617761
Binary11001100101110101111100100110111110100100110001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2EBE; }

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

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

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

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

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

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

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

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