Html Css Color HEX #CE58D0 Fuchsia

📋 copy color: '#CE58D0'

red 206 ◦ green 88 ◦ blue 208

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

Shades of Fuchsia #CE58D0

Tints of Fuchsia #CE58D0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.53%

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

R = 41.04%
G = 17.53%
B = 41.43%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE58D0 (or 0xCE58D0) is known color: Fuchsia. HEX triplet: CE, 58 and D0. RGB value is (206,88,208). Sum of RGB (Red+Green+Blue) = 206+88+208=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58D0 is #31A72F. Grayscale: #888888. Windows color (decimal): -3254064 or 13654222. OLE color: 13654222.

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

Color convert

RGB 206 88 208 -
CMYK 0.01 0.58 0 0.18
HSL 299º 0.56% 0.58% -
HSV(B) 299º 0.58% 0.82% -
XYZ 40.33 24.66 62.31 -
YUV 136.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 206 88 208 0.01 0.58 0 0.18 299 0.56 0.58
Hex CE 58 D0 1 3A 0 12 12B 38 3A
Octal 316 130 320 1 72 0 22 453 70 72
Binary 11001110 1011000 11010000 1 111010 0 10010 100101011 111000 111010

Color Harmonies of #CE58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58D0

Black with #CE58D0

Text Example


Text Example

White with #CE58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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