Html Css Color HEX #CE59D1 Fuchsia

📋 copy color: '#CE59D1'

red 206 ◦ green 89 ◦ blue 209

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

Shades of Fuchsia #CE59D1

Tints of Fuchsia #CE59D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 40.87%
G = 17.66%
B = 41.47%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE59D1 (or 0xCE59D1) is known color: Fuchsia. HEX triplet: CE, 59 and D1. RGB value is (206,89,209). Sum of RGB (Red+Green+Blue) = 206+89+209=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE59D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59D1 is #31A62E. Grayscale: #898989. Windows color (decimal): -3253807 or 13720014. OLE color: 13720014.

HSL color Cylindrical-coordinate representation of color #CE59D1: hue angle of 298.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE59D1 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 89 209 -
CMYK 0.01 0.57 0 0.18
HSL 298.5º 0.57% 0.58% -
HSV(B) 298.5º 0.57% 0.82% -
XYZ 40.53 24.87 62.99 -
YUV 137.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 206 89 209 0.01 0.57 0 0.18 298.5 0.57 0.58
Hex CE 59 D1 1 39 0 12 12A 39 3A
Octal 316 131 321 1 71 0 22 452 71 72
Binary 11001110 1011001 11010001 1 111001 0 10010 100101010 111001 111010

Color Harmonies of #CE59D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59D1

Black with #CE59D1

Text Example


Text Example

White with #CE59D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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