Html Css Color HEX #CE56CB Fuchsia

📋 copy color: '#CE56CB'

red 206 ◦ green 86 ◦ blue 203

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

Shades of Fuchsia #CE56CB

Tints of Fuchsia #CE56CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 41.62%
G = 17.37%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE56CB (or 0xCE56CB) is known color: Fuchsia. HEX triplet: CE, 56 and CB. RGB value is (206,86,203). Sum of RGB (Red+Green+Blue) = 206+86+203=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56CB is #31A934. Grayscale: #868686. Windows color (decimal): -3254581 or 13326030. OLE color: 13326030.

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

Color convert

RGB 206 86 203 -
CMYK 0 0.58 0.01 0.19
HSL 301.5º 0.55% 0.57% -
HSV(B) 301.5º 0.58% 0.81% -
XYZ 39.56 24.09 59.06 -
YUV 135.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 206 86 203 0 0.58 0.01 0.19 301.5 0.55 0.57
Hex CE 56 CB 0 3A 1 13 12E 37 39
Octal 316 126 313 0 72 1 23 456 67 71
Binary 11001110 1010110 11001011 0 111010 1 10011 100101110 110111 111001

Color Harmonies of #CE56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56CB

Black with #CE56CB

Text Example


Text Example

White with #CE56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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