Html Css Color HEX #CE59B1 Fuchsia

📋 copy color: '#CE59B1'

red 206 ◦ green 89 ◦ blue 177

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

Shades of Fuchsia #CE59B1

Tints of Fuchsia #CE59B1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.86%

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

R = 43.64%
G = 18.86%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE59B1 (or 0xCE59B1) is known color: Fuchsia. HEX triplet: CE, 59 and B1. RGB value is (206,89,177). Sum of RGB (Red+Green+Blue) = 206+89+177=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE59B1 is #31A64E. Grayscale: #858585. Windows color (decimal): -3253839 or 11622862. OLE color: 11622862.

HSL color Cylindrical-coordinate representation of color #CE59B1: hue angle of 314.87º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE59B1 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 89 177 -
CMYK 0 0.57 0.14 0.19
HSL 314.87º 0.54% 0.58% -
HSV(B) 314.87º 0.57% 0.81% -
XYZ 36.96 23.44 44.17 -
YUV 134.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 206 89 177 0 0.57 0.14 0.19 314.87 0.54 0.58
Hex CE 59 B1 0 39 E 13 13B 36 3A
Octal 316 131 261 0 71 16 23 473 66 72
Binary 11001110 1011001 10110001 0 111001 1110 10011 100111011 110110 111010

Color Harmonies of #CE59B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59B1

Black with #CE59B1

Text Example


Text Example

White with #CE59B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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