Html Css Color HEX #CE56BE Fuchsia

📋 copy color: '#CE56BE'

red 206 ◦ green 86 ◦ blue 190

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

Shades of Fuchsia #CE56BE

Tints of Fuchsia #CE56BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

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

R = 42.74%
G = 17.84%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE56BE (or 0xCE56BE) is known color: Fuchsia. HEX triplet: CE, 56 and BE. RGB value is (206,86,190). Sum of RGB (Red+Green+Blue) = 206+86+190=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56BE is #31A941. Grayscale: #858585. Windows color (decimal): -3254594 or 12474062. OLE color: 12474062.

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

Color convert

RGB 206 86 190 -
CMYK 0 0.58 0.08 0.19
HSL 308º 0.55% 0.57% -
HSV(B) 308º 0.58% 0.81% -
XYZ 38.08 23.5 51.24 -
YUV 133.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 206 86 190 0 0.58 0.08 0.19 308 0.55 0.57
Hex CE 56 BE 0 3A 8 13 134 37 39
Octal 316 126 276 0 72 10 23 464 67 71
Binary 11001110 1010110 10111110 0 111010 1000 10011 100110100 110111 111001

Color Harmonies of #CE56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56BE

Black with #CE56BE

Text Example


Text Example

White with #CE56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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