Html Css Color HEX #CE59D0 Fuchsia

📋 copy color: '#CE59D0'

red 206 ◦ green 89 ◦ blue 208

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

Shades of Fuchsia #CE59D0

Tints of Fuchsia #CE59D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 40.95%
G = 17.69%
B = 41.35%

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

#CE59D0 (or 0xCE59D0) is known color: Fuchsia. HEX triplet: CE, 59 and D0. RGB value is (206,89,208). Sum of RGB (Red+Green+Blue) = 206+89+208=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59D0 is #31A62F. Grayscale: #898989. Windows color (decimal): -3253808 or 13654478. OLE color: 13654478.

HSL color Cylindrical-coordinate representation of color #CE59D0: hue angle of 298.99º degrees, saturation: 0.56, 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 #CE59D0 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 89 208 -
CMYK 0.01 0.57 0 0.18
HSL 298.99º 0.56% 0.58% -
HSV(B) 298.99º 0.57% 0.82% -
XYZ 40.41 24.82 62.34 -
YUV 137.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 206 89 208 0.01 0.57 0 0.18 298.99 0.56 0.58
Hex CE 59 D0 1 39 0 12 12B 38 3A
Octal 316 131 320 1 71 0 22 453 70 72
Binary 11001110 1011001 11010000 1 111001 0 10010 100101011 111000 111010

Color Harmonies of #CE59D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59D0

Black with #CE59D0

Text Example


Text Example

White with #CE59D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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