Html Css Color HEX #CE54B1 Fuchsia

📋 copy color: '#CE54B1'

red 206 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #CE54B1

Tints of Fuchsia #CE54B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.9%

R = 44.11%
G = 17.99%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE54B1 (or 0xCE54B1) is known color: Fuchsia. HEX triplet: CE, 54 and B1. RGB value is (206,84,177). Sum of RGB (Red+Green+Blue) = 206+84+177=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54B1 is #31AB4E. Grayscale: #828282. Windows color (decimal): -3255119 or 11621582. OLE color: 11621582.

HSL color Cylindrical-coordinate representation of color #CE54B1: hue angle of 314.26º 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 #CE54B1 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 177 -
CMYK 0 0.59 0.14 0.19
HSL 314.26º 0.55% 0.57% -
HSV(B) 314.26º 0.59% 0.81% -
XYZ 36.56 22.64 44.04 -
YUV 131.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 206 84 177 0 0.59 0.14 0.19 314.26 0.55 0.57
Hex CE 54 B1 0 3B E 13 13A 37 39
Octal 316 124 261 0 73 16 23 472 67 71
Binary 11001110 1010100 10110001 0 111011 1110 10011 100111010 110111 111001

Color Harmonies of #CE54B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54B1

Black with #CE54B1

Text Example


Text Example

White with #CE54B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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