Html Css Color HEX #CE5AC2 Fuchsia

📋 copy color: '#CE5AC2'

red 206 ◦ green 90 ◦ blue 194

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

Shades of Fuchsia #CE5AC2

Tints of Fuchsia #CE5AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.59%

R = 42.04%
G = 18.37%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE5AC2 (or 0xCE5AC2) is known color: Fuchsia. HEX triplet: CE, 5A and C2. RGB value is (206,90,194). Sum of RGB (Red+Green+Blue) = 206+90+194=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AC2 is #31A53D. Grayscale: #888888. Windows color (decimal): -3253566 or 12737230. OLE color: 12737230.

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

Color convert

RGB 206 90 194 -
CMYK 0 0.56 0.06 0.19
HSL 306.21º 0.54% 0.58% -
HSV(B) 306.21º 0.56% 0.81% -
XYZ 38.85 24.33 53.69 -
YUV 136.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 206 90 194 0 0.56 0.06 0.19 306.21 0.54 0.58
Hex CE 5A C2 0 38 6 13 132 36 3A
Octal 316 132 302 0 70 6 23 462 66 72
Binary 11001110 1011010 11000010 0 111000 110 10011 100110010 110110 111010

Color Harmonies of #CE5AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AC2

Black with #CE5AC2

Text Example


Text Example

White with #CE5AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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