Html Css Color HEX #CE58D1 Fuchsia

📋 copy color: '#CE58D1'

red 206 ◦ green 88 ◦ blue 209

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

Shades of Fuchsia #CE58D1

Tints of Fuchsia #CE58D1

RGB

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

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

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

R = 40.95%
G = 17.5%
B = 41.55%

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

#CE58D1 (or 0xCE58D1) is known color: Fuchsia. HEX triplet: CE, 58 and D1. RGB value is (206,88,209). Sum of RGB (Red+Green+Blue) = 206+88+209=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE58D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58D1 is #31A72E. Grayscale: #888888. Windows color (decimal): -3254063 or 13719758. OLE color: 13719758.

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

Color convert

RGB 206 88 209 -
CMYK 0.01 0.58 0 0.18
HSL 298.51º 0.57% 0.58% -
HSV(B) 298.51º 0.58% 0.82% -
XYZ 40.45 24.7 62.96 -
YUV 137.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 206 88 209 0.01 0.58 0 0.18 298.51 0.57 0.58
Hex CE 58 D1 1 3A 0 12 12B 39 3A
Octal 316 130 321 1 72 0 22 453 71 72
Binary 11001110 1011000 11010001 1 111010 0 10010 100101011 111001 111010

Color Harmonies of #CE58D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58D1

Black with #CE58D1

Text Example


Text Example

White with #CE58D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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