#ce63ba

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

Shades of Fuchsia #CE63BA

Tints of Fuchsia #CE63BA

Color information

#CE63BA (or 0xCE63BA) is unknown color: approx Fuchsia. HEX triplet: CE, 63 and BA. RGB value is (206,99,186). Sum of RGB (Red+Green+Blue) = 206+99+186=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63BA is #319C45. Grayscale: #8C8C8C. Windows color (decimal): -3251270 or 12215246. OLE color: 12215246.

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

Color convert

RGB20699186-
CMYK00.520.100.19
HSL311.21º52.2%59.8%-
HSV(B)311.21º51.94%80.78%-
XYZ38.7825.5949.35-
YUV140.91153.45174.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 99 (39.06% from 255) = 20.16%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=41.96%
G=20.16%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069918600.520.100.19311.2152.259.8
HexCE63BA034A13137343c
Octal31614327206412234676474
Binary110011101100011101110100110100101010011100110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce63ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce63ba; }

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

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

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

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

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

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

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

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