#CE2BBA

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

Shades of Fuchsia #CE2BBA

Tints of Fuchsia #CE2BBA

Color information

#CE2BBA (or 0xCE2BBA) is unknown color: approx Fuchsia. HEX triplet: CE, 2B and BA. RGB value is (206,43,186). Sum of RGB (Red+Green+Blue) = 206+43+186=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BBA is #31D445. Grayscale: #6B6B6B. Windows color (decimal): -3265606 or 12200910. OLE color: 12200910.

HSL color Cylindrical-coordinate representation of color #CE2BBA: hue angle of 307.36º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2BBA is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20643186-
CMYK00.790.100.19
HSL307.36º65.46%48.82%-
HSV(B)307.36º79.13%80.78%-
XYZ35.1818.3948.15-
YUV108.04172197.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.36%
GREEN value IS 43 (17.19% from 255) = 9.89%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=47.36%
G=9.89%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064318600.790.100.19307.3665.4648.82
HexCE2BBA04FA131334131
Octal316532720117122346310161
Binary1100111010101110111010010011111010100111001100111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2BBA; }

 p { color: rgb(206,43,186); }

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

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

 a { background-color: rgb(206,43,186); }

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

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

 span { border-color: rgb(206,43,186); }

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