Html Css Color HEX #CE54B0 Fuchsia

📋 copy color: '#CE54B0'

red 206 ◦ green 84 ◦ blue 176

#CE54B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CE54B0

Tints of Fuchsia #CE54B0

RGB

 RED value IS 206 (80.86% from 255) = 44.21%

 GREEN value IS 84 (33.2% from 255) = 18.03%

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 44.21%
G = 18.03%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE54B0 (or 0xCE54B0) is known color: Fuchsia. HEX triplet: CE, 54 and B0. RGB value is (206,84,176). Sum of RGB (Red+Green+Blue) = 206+84+176=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54B0 is #31AB4F. Grayscale: #828282. Windows color (decimal): -3255120 or 11556046. OLE color: 11556046.

HSL color Cylindrical-coordinate representation of color #CE54B0: hue angle of 314.75º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE54B0 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 176 -
CMYK 0 0.59 0.15 0.19
HSL 314.75º 0.55% 0.57% -
HSV(B) 314.75º 0.59% 0.81% -
XYZ 36.46 22.6 43.51 -
YUV 130.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 206 84 176 0 0.59 0.15 0.19 314.75 0.55 0.57
Hex CE 54 B0 0 3B F 13 13B 37 39
Octal 316 124 260 0 73 17 23 473 67 71
Binary 11001110 1010100 10110000 0 111011 1111 10011 100111011 110111 111001

Color Harmonies of #CE54B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54B0

Black with #CE54B0

Text Example


Text Example

White with #CE54B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54B0; }

 p { color: rgb(206,84,176); }

 H1.HeaderClassName
 {
   color: #CE54B0;
 }
 .AnyTagClassName
 {
   color: #CE54B0;
 }
</style>

background-color css

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

 a { background-color: rgb(206,84,176); }

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

border-color css

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

 span { border-color: rgb(206,84,176); }

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