Html Css Color HEX #CE58BE Fuchsia

📋 copy color: '#CE58BE'

red 206 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #CE58BE

Tints of Fuchsia #CE58BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 42.56%
G = 18.18%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE58BE (or 0xCE58BE) is known color: Fuchsia. HEX triplet: CE, 58 and BE. RGB value is (206,88,190). Sum of RGB (Red+Green+Blue) = 206+88+190=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58BE is #31A741. Grayscale: #868686. Windows color (decimal): -3254082 or 12474574. OLE color: 12474574.

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

Color convert

RGB 206 88 190 -
CMYK 0 0.57 0.08 0.19
HSL 308.14º 0.55% 0.58% -
HSV(B) 308.14º 0.57% 0.81% -
XYZ 38.24 23.82 51.3 -
YUV 134.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 206 88 190 0 0.57 0.08 0.19 308.14 0.55 0.58
Hex CE 58 BE 0 39 8 13 134 37 3A
Octal 316 130 276 0 71 10 23 464 67 72
Binary 11001110 1011000 10111110 0 111001 1000 10011 100110100 110111 111010

Color Harmonies of #CE58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58BE

Black with #CE58BE

Text Example


Text Example

White with #CE58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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