Html Css Color HEX #CE5BAE Fuchsia

📋 copy color: '#CE5BAE'

red 206 ◦ green 91 ◦ blue 174

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

Shades of Fuchsia #CE5BAE

Tints of Fuchsia #CE5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.32%

 BLUE value IS 174 (68.36% from 255) = 36.94%

R = 43.74%
G = 19.32%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE5BAE (or 0xCE5BAE) is known color: Fuchsia. HEX triplet: CE, 5B and AE. RGB value is (206,91,174). Sum of RGB (Red+Green+Blue) = 206+91+174=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BAE is #31A451. Grayscale: #868686. Windows color (decimal): -3253330 or 11426766. OLE color: 11426766.

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

Color convert

RGB 206 91 174 -
CMYK 0 0.56 0.16 0.19
HSL 316.7º 0.54% 0.58% -
HSV(B) 316.7º 0.56% 0.81% -
XYZ 36.83 23.66 42.67 -
YUV 134.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 206 91 174 0 0.56 0.16 0.19 316.7 0.54 0.58
Hex CE 5B AE 0 38 10 13 13D 36 3A
Octal 316 133 256 0 70 20 23 475 66 72
Binary 11001110 1011011 10101110 0 111000 10000 10011 100111101 110110 111010

Color Harmonies of #CE5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BAE

Black with #CE5BAE

Text Example


Text Example

White with #CE5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BAE; }

 p { color: rgb(206,91,174); }

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

background-color css

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

 a { background-color: rgb(206,91,174); }

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

border-color css

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

 span { border-color: rgb(206,91,174); }

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