Html Css Color HEX #CE5AB2 Fuchsia

📋 copy color: '#CE5AB2'

red 206 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #CE5AB2

Tints of Fuchsia #CE5AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.99%

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 43.46%
G = 18.99%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE5AB2 (or 0xCE5AB2) is known color: Fuchsia. HEX triplet: CE, 5A and B2. RGB value is (206,90,178). Sum of RGB (Red+Green+Blue) = 206+90+178=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AB2 is #31A54D. Grayscale: #868686. Windows color (decimal): -3253582 or 11688654. OLE color: 11688654.

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

Color convert

RGB 206 90 178 -
CMYK 0 0.56 0.14 0.19
HSL 314.48º 0.54% 0.58% -
HSV(B) 314.48º 0.56% 0.81% -
XYZ 37.15 23.65 44.73 -
YUV 134.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 206 90 178 0 0.56 0.14 0.19 314.48 0.54 0.58
Hex CE 5A B2 0 38 E 13 13A 36 3A
Octal 316 132 262 0 70 16 23 472 66 72
Binary 11001110 1011010 10110010 0 111000 1110 10011 100111010 110110 111010

Color Harmonies of #CE5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AB2

Black with #CE5AB2

Text Example


Text Example

White with #CE5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AB2; }

 p { color: rgb(206,90,178); }

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

background-color css

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

 a { background-color: rgb(206,90,178); }

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

border-color css

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

 span { border-color: rgb(206,90,178); }

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