Html Css Color HEX #CE5BAB Fuchsia

📋 copy color: '#CE5BAB'

red 206 ◦ green 91 ◦ blue 171

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

Shades of Fuchsia #CE5BAB

Tints of Fuchsia #CE5BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 44.02%
G = 19.44%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE5BAB (or 0xCE5BAB) is known color: Fuchsia. HEX triplet: CE, 5B and AB. RGB value is (206,91,171). Sum of RGB (Red+Green+Blue) = 206+91+171=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BAB is #31A454. Grayscale: #868686. Windows color (decimal): -3253333 or 11230158. OLE color: 11230158.

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

Color convert

RGB 206 91 171 -
CMYK 0 0.56 0.17 0.19
HSL 318.26º 0.54% 0.58% -
HSV(B) 318.26º 0.56% 0.81% -
XYZ 36.55 23.54 41.15 -
YUV 134.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 206 91 171 0 0.56 0.17 0.19 318.26 0.54 0.58
Hex CE 5B AB 0 38 11 13 13E 36 3A
Octal 316 133 253 0 70 21 23 476 66 72
Binary 11001110 1011011 10101011 0 111000 10001 10011 100111110 110110 111010

Color Harmonies of #CE5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BAB

Black with #CE5BAB

Text Example


Text Example

White with #CE5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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