Html Css Color HEX #CE55B0 Fuchsia

📋 copy color: '#CE55B0'

red 206 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #CE55B0

Tints of Fuchsia #CE55B0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.2%

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

R = 44.11%
G = 18.2%
B = 37.69%

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

#CE55B0 (or 0xCE55B0) is known color: Fuchsia. HEX triplet: CE, 55 and B0. RGB value is (206,85,176). Sum of RGB (Red+Green+Blue) = 206+85+176=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55B0 is #31AA4F. Grayscale: #838383. Windows color (decimal): -3254864 or 11556302. OLE color: 11556302.

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

Color convert

RGB 206 85 176 -
CMYK 0 0.59 0.15 0.19
HSL 314.88º 0.55% 0.57% -
HSV(B) 314.88º 0.59% 0.81% -
XYZ 36.54 22.75 43.54 -
YUV 131.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 206 85 176 0 0.59 0.15 0.19 314.88 0.55 0.57
Hex CE 55 B0 0 3B F 13 13B 37 39
Octal 316 125 260 0 73 17 23 473 67 71
Binary 11001110 1010101 10110000 0 111011 1111 10011 100111011 110111 111001

Color Harmonies of #CE55B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55B0

Black with #CE55B0

Text Example


Text Example

White with #CE55B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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