Html Css Color HEX #CE55B1 Fuchsia

📋 copy color: '#CE55B1'

red 206 ◦ green 85 ◦ blue 177

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

Shades of Fuchsia #CE55B1

Tints of Fuchsia #CE55B1

RGB

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

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

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

R = 44.02%
G = 18.16%
B = 37.82%

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

#CE55B1 (or 0xCE55B1) is known color: Fuchsia. HEX triplet: CE, 55 and B1. RGB value is (206,85,177). Sum of RGB (Red+Green+Blue) = 206+85+177=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55B1 is #31AA4E. Grayscale: #838383. Windows color (decimal): -3254863 or 11621838. OLE color: 11621838.

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

Color convert

RGB 206 85 177 -
CMYK 0 0.59 0.14 0.19
HSL 314.38º 0.55% 0.57% -
HSV(B) 314.38º 0.59% 0.81% -
XYZ 36.64 22.79 44.06 -
YUV 131.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 206 85 177 0 0.59 0.14 0.19 314.38 0.55 0.57
Hex CE 55 B1 0 3B E 13 13A 37 39
Octal 316 125 261 0 73 16 23 472 67 71
Binary 11001110 1010101 10110001 0 111011 1110 10011 100111010 110111 111001

Color Harmonies of #CE55B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55B1

Black with #CE55B1

Text Example


Text Example

White with #CE55B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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