Html Css Color HEX #CE58BF Fuchsia

📋 copy color: '#CE58BF'

red 206 ◦ green 88 ◦ blue 191

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

Shades of Fuchsia #CE58BF

Tints of Fuchsia #CE58BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.38%

R = 42.47%
G = 18.14%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE58BF (or 0xCE58BF) is known color: Fuchsia. HEX triplet: CE, 58 and BF. RGB value is (206,88,191). Sum of RGB (Red+Green+Blue) = 206+88+191=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58BF is #31A740. Grayscale: #868686. Windows color (decimal): -3254081 or 12540110. OLE color: 12540110.

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

Color convert

RGB 206 88 191 -
CMYK 0 0.57 0.07 0.19
HSL 307.63º 0.55% 0.58% -
HSV(B) 307.63º 0.57% 0.81% -
XYZ 38.35 23.86 51.88 -
YUV 135.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 206 88 191 0 0.57 0.07 0.19 307.63 0.55 0.58
Hex CE 58 BF 0 39 7 13 134 37 3A
Octal 316 130 277 0 71 7 23 464 67 72
Binary 11001110 1011000 10111111 0 111001 111 10011 100110100 110111 111010

Color Harmonies of #CE58BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58BF

Black with #CE58BF

Text Example


Text Example

White with #CE58BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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