Html Css Color HEX #CE5AC9 Fuchsia

📋 copy color: '#CE5AC9'

red 206 ◦ green 90 ◦ blue 201

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

Shades of Fuchsia #CE5AC9

Tints of Fuchsia #CE5AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 41.45%
G = 18.11%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE5AC9 (or 0xCE5AC9) is known color: Fuchsia. HEX triplet: CE, 5A and C9. RGB value is (206,90,201). Sum of RGB (Red+Green+Blue) = 206+90+201=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AC9 is #31A536. Grayscale: #898989. Windows color (decimal): -3253559 or 13195982. OLE color: 13195982.

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

Color convert

RGB 206 90 201 -
CMYK 0 0.56 0.02 0.19
HSL 302.59º 0.54% 0.58% -
HSV(B) 302.59º 0.56% 0.81% -
XYZ 39.65 24.65 57.93 -
YUV 137.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 206 90 201 0 0.56 0.02 0.19 302.59 0.54 0.58
Hex CE 5A C9 0 38 2 13 12F 36 3A
Octal 316 132 311 0 70 2 23 457 66 72
Binary 11001110 1011010 11001001 0 111000 10 10011 100101111 110110 111010

Color Harmonies of #CE5AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AC9

Black with #CE5AC9

Text Example


Text Example

White with #CE5AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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