Html Css Color HEX #CE55B7 Fuchsia

📋 copy color: '#CE55B7'

red 206 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #CE55B7

Tints of Fuchsia #CE55B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 43.46%
G = 17.93%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE55B7 (or 0xCE55B7) is known color: Fuchsia. HEX triplet: CE, 55 and B7. RGB value is (206,85,183). Sum of RGB (Red+Green+Blue) = 206+85+183=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55B7 is #31AA48. Grayscale: #848484. Windows color (decimal): -3254857 or 12015054. OLE color: 12015054.

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

Color convert

RGB 206 85 183 -
CMYK 0 0.59 0.11 0.19
HSL 311.41º 0.55% 0.57% -
HSV(B) 311.41º 0.59% 0.81% -
XYZ 37.25 23.04 47.28 -
YUV 132.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 206 85 183 0 0.59 0.11 0.19 311.41 0.55 0.57
Hex CE 55 B7 0 3B B 13 137 37 39
Octal 316 125 267 0 73 13 23 467 67 71
Binary 11001110 1010101 10110111 0 111011 1011 10011 100110111 110111 111001

Color Harmonies of #CE55B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55B7

Black with #CE55B7

Text Example


Text Example

White with #CE55B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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