Html Css Color HEX #CE58CC Fuchsia

📋 copy color: '#CE58CC'

red 206 ◦ green 88 ◦ blue 204

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

Shades of Fuchsia #CE58CC

Tints of Fuchsia #CE58CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 41.37%
G = 17.67%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE58CC (or 0xCE58CC) is known color: Fuchsia. HEX triplet: CE, 58 and CC. RGB value is (206,88,204). Sum of RGB (Red+Green+Blue) = 206+88+204=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58CC is #31A733. Grayscale: #888888. Windows color (decimal): -3254068 or 13392078. OLE color: 13392078.

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

Color convert

RGB 206 88 204 -
CMYK 0 0.57 0.01 0.19
HSL 301.02º 0.55% 0.58% -
HSV(B) 301.02º 0.57% 0.81% -
XYZ 39.84 24.46 59.75 -
YUV 136.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 206 88 204 0 0.57 0.01 0.19 301.02 0.55 0.58
Hex CE 58 CC 0 39 1 13 12D 37 3A
Octal 316 130 314 0 71 1 23 455 67 72
Binary 11001110 1011000 11001100 0 111001 1 10011 100101101 110111 111010

Color Harmonies of #CE58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58CC

Black with #CE58CC

Text Example


Text Example

White with #CE58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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