Html Css Color HEX #CE5DBF Fuchsia

📋 copy color: '#CE5DBF'

red 206 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #CE5DBF

Tints of Fuchsia #CE5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.98%

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

R = 42.04%
G = 18.98%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE5DBF (or 0xCE5DBF) is known color: Fuchsia. HEX triplet: CE, 5D and BF. RGB value is (206,93,191). Sum of RGB (Red+Green+Blue) = 206+93+191=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DBF is #31A240. Grayscale: #898989. Windows color (decimal): -3252801 or 12541390. OLE color: 12541390.

HSL color Cylindrical-coordinate representation of color #CE5DBF: hue angle of 307.96º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DBF is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 93 191 -
CMYK 0 0.55 0.07 0.19
HSL 307.96º 0.54% 0.59% -
HSV(B) 307.96º 0.55% 0.81% -
XYZ 38.77 24.71 52.02 -
YUV 137.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 206 93 191 0 0.55 0.07 0.19 307.96 0.54 0.59
Hex CE 5D BF 0 37 7 13 134 36 3B
Octal 316 135 277 0 67 7 23 464 66 73
Binary 11001110 1011101 10111111 0 110111 111 10011 100110100 110110 111011

Color Harmonies of #CE5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DBF

Black with #CE5DBF

Text Example


Text Example

White with #CE5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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