Html Css Color HEX #CE55BE Fuchsia

📋 copy color: '#CE55BE'

red 206 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #CE55BE

Tints of Fuchsia #CE55BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 42.83%
G = 17.67%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE55BE (or 0xCE55BE) is known color: Fuchsia. HEX triplet: CE, 55 and BE. RGB value is (206,85,190). Sum of RGB (Red+Green+Blue) = 206+85+190=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55BE is #31AA41. Grayscale: #848484. Windows color (decimal): -3254850 or 12473806. OLE color: 12473806.

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

Color convert

RGB 206 85 190 -
CMYK 0 0.59 0.08 0.19
HSL 307.93º 0.55% 0.57% -
HSV(B) 307.93º 0.59% 0.81% -
XYZ 38 23.34 51.22 -
YUV 133.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 206 85 190 0 0.59 0.08 0.19 307.93 0.55 0.57
Hex CE 55 BE 0 3B 8 13 134 37 39
Octal 316 125 276 0 73 10 23 464 67 71
Binary 11001110 1010101 10111110 0 111011 1000 10011 100110100 110111 111001

Color Harmonies of #CE55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55BE

Black with #CE55BE

Text Example


Text Example

White with #CE55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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