Html Css Color HEX #CE54CE Fuchsia

📋 copy color: '#CE54CE'

red 206 ◦ green 84 ◦ blue 206

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

Shades of Fuchsia #CE54CE

Tints of Fuchsia #CE54CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 41.53%
G = 16.94%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE54CE (or 0xCE54CE) is known color: Fuchsia. HEX triplet: CE, 54 and CE. RGB value is (206,84,206). Sum of RGB (Red+Green+Blue) = 206+84+206=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54CE is #31AB31. Grayscale: #868686. Windows color (decimal): -3255090 or 13522126. OLE color: 13522126.

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

Color convert

RGB 206 84 206 -
CMYK 0 0.59 0 0.19
HSL 300º 0.55% 0.57% -
HSV(B) 300º 0.59% 0.81% -
XYZ 39.76 23.92 60.91 -
YUV 134.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 206 84 206 0 0.59 0 0.19 300 0.55 0.57
Hex CE 54 CE 0 3B 0 13 12C 37 39
Octal 316 124 316 0 73 0 23 454 67 71
Binary 11001110 1010100 11001110 0 111011 0 10011 100101100 110111 111001

Color Harmonies of #CE54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54CE

Black with #CE54CE

Text Example


Text Example

White with #CE54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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