Html Css Color HEX #CE5AB3 Fuchsia

📋 copy color: '#CE5AB3'

red 206 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #CE5AB3

Tints of Fuchsia #CE5AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.68%

R = 43.37%
G = 18.95%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE5AB3 (or 0xCE5AB3) is known color: Fuchsia. HEX triplet: CE, 5A and B3. RGB value is (206,90,179). Sum of RGB (Red+Green+Blue) = 206+90+179=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AB3 is #31A54C. Grayscale: #868686. Windows color (decimal): -3253581 or 11754190. OLE color: 11754190.

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

Color convert

RGB 206 90 179 -
CMYK 0 0.56 0.13 0.19
HSL 313.97º 0.54% 0.58% -
HSV(B) 313.97º 0.56% 0.81% -
XYZ 37.25 23.69 45.26 -
YUV 134.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 206 90 179 0 0.56 0.13 0.19 313.97 0.54 0.58
Hex CE 5A B3 0 38 D 13 13A 36 3A
Octal 316 132 263 0 70 15 23 472 66 72
Binary 11001110 1011010 10110011 0 111000 1101 10011 100111010 110110 111010

Color Harmonies of #CE5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AB3

Black with #CE5AB3

Text Example


Text Example

White with #CE5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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