Html Css Color HEX #CE54CC Fuchsia

📋 copy color: '#CE54CC'

red 206 ◦ green 84 ◦ blue 204

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

Shades of Fuchsia #CE54CC

Tints of Fuchsia #CE54CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 41.7%
G = 17%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE54CC (or 0xCE54CC) is known color: Fuchsia. HEX triplet: CE, 54 and CC. RGB value is (206,84,204). Sum of RGB (Red+Green+Blue) = 206+84+204=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54CC is #31AB33. Grayscale: #858585. Windows color (decimal): -3255092 or 13391054. OLE color: 13391054.

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

Color convert

RGB 206 84 204 -
CMYK 0 0.59 0.01 0.19
HSL 300.98º 0.55% 0.57% -
HSV(B) 300.98º 0.59% 0.81% -
XYZ 39.52 23.82 59.64 -
YUV 134.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 206 84 204 0 0.59 0.01 0.19 300.98 0.55 0.57
Hex CE 54 CC 0 3B 1 13 12D 37 39
Octal 316 124 314 0 73 1 23 455 67 71
Binary 11001110 1010100 11001100 0 111011 1 10011 100101101 110111 111001

Color Harmonies of #CE54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54CC

Black with #CE54CC

Text Example


Text Example

White with #CE54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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