Html Css Color HEX #CE55AC Fuchsia

📋 copy color: '#CE55AC'

red 206 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #CE55AC

Tints of Fuchsia #CE55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.36%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 44.49%
G = 18.36%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE55AC (or 0xCE55AC) is known color: Fuchsia. HEX triplet: CE, 55 and AC. RGB value is (206,85,172). Sum of RGB (Red+Green+Blue) = 206+85+172=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55AC is #31AA53. Grayscale: #828282. Windows color (decimal): -3254868 or 11294158. OLE color: 11294158.

HSL color Cylindrical-coordinate representation of color #CE55AC: hue angle of 316.86º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE55AC is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 172 -
CMYK 0 0.59 0.17 0.19
HSL 316.86º 0.55% 0.57% -
HSV(B) 316.86º 0.59% 0.81% -
XYZ 36.15 22.6 41.49 -
YUV 131.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 206 85 172 0 0.59 0.17 0.19 316.86 0.55 0.57
Hex CE 55 AC 0 3B 11 13 13D 37 39
Octal 316 125 254 0 73 21 23 475 67 71
Binary 11001110 1010101 10101100 0 111011 10001 10011 100111101 110111 111001

Color Harmonies of #CE55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55AC

Black with #CE55AC

Text Example


Text Example

White with #CE55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55AC; }

 p { color: rgb(206,85,172); }

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

background-color css

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

 a { background-color: rgb(206,85,172); }

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

border-color css

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

 span { border-color: rgb(206,85,172); }

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