Html Css Color HEX #CE58CB Fuchsia

📋 copy color: '#CE58CB'

red 206 ◦ green 88 ◦ blue 203

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

Shades of Fuchsia #CE58CB

Tints of Fuchsia #CE58CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 41.45%
G = 17.71%
B = 40.85%

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

#CE58CB (or 0xCE58CB) is known color: Fuchsia. HEX triplet: CE, 58 and CB. RGB value is (206,88,203). Sum of RGB (Red+Green+Blue) = 206+88+203=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58CB is #31A734. Grayscale: #888888. Windows color (decimal): -3254069 or 13326542. OLE color: 13326542.

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

Color convert

RGB 206 88 203 -
CMYK 0 0.57 0.01 0.19
HSL 301.53º 0.55% 0.58% -
HSV(B) 301.53º 0.57% 0.81% -
XYZ 39.72 24.41 59.12 -
YUV 136.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 206 88 203 0 0.57 0.01 0.19 301.53 0.55 0.58
Hex CE 58 CB 0 39 1 13 12E 37 3A
Octal 316 130 313 0 71 1 23 456 67 72
Binary 11001110 1011000 11001011 0 111001 1 10011 100101110 110111 111010

Color Harmonies of #CE58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58CB

Black with #CE58CB

Text Example


Text Example

White with #CE58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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