Html Css Color HEX #CE5AC0 Fuchsia

📋 copy color: '#CE5AC0'

red 206 ◦ green 90 ◦ blue 192

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

Shades of Fuchsia #CE5AC0

Tints of Fuchsia #CE5AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 42.21%
G = 18.44%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE5AC0 (or 0xCE5AC0) is known color: Fuchsia. HEX triplet: CE, 5A and C0. RGB value is (206,90,192). Sum of RGB (Red+Green+Blue) = 206+90+192=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AC0 is #31A53F. Grayscale: #888888. Windows color (decimal): -3253568 or 12606158. OLE color: 12606158.

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

Color convert

RGB 206 90 192 -
CMYK 0 0.56 0.07 0.19
HSL 307.24º 0.54% 0.58% -
HSV(B) 307.24º 0.56% 0.81% -
XYZ 38.62 24.24 52.51 -
YUV 136.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 206 90 192 0 0.56 0.07 0.19 307.24 0.54 0.58
Hex CE 5A C0 0 38 7 13 133 36 3A
Octal 316 132 300 0 70 7 23 463 66 72
Binary 11001110 1011010 11000000 0 111000 111 10011 100110011 110110 111010

Color Harmonies of #CE5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AC0

Black with #CE5AC0

Text Example


Text Example

White with #CE5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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