Html Css Color HEX #CE5AB6 Fuchsia

📋 copy color: '#CE5AB6'

red 206 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #CE5AB6

Tints of Fuchsia #CE5AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.08%

R = 43.1%
G = 18.83%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE5AB6 (or 0xCE5AB6) is known color: Fuchsia. HEX triplet: CE, 5A and B6. RGB value is (206,90,182). Sum of RGB (Red+Green+Blue) = 206+90+182=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AB6 is #31A549. Grayscale: #868686. Windows color (decimal): -3253578 or 11950798. OLE color: 11950798.

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

Color convert

RGB 206 90 182 -
CMYK 0 0.56 0.12 0.19
HSL 312.41º 0.54% 0.58% -
HSV(B) 312.41º 0.56% 0.81% -
XYZ 37.55 23.81 46.87 -
YUV 135.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 206 90 182 0 0.56 0.12 0.19 312.41 0.54 0.58
Hex CE 5A B6 0 38 C 13 138 36 3A
Octal 316 132 266 0 70 14 23 470 66 72
Binary 11001110 1011010 10110110 0 111000 1100 10011 100111000 110110 111010

Color Harmonies of #CE5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AB6

Black with #CE5AB6

Text Example


Text Example

White with #CE5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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