Html Css Color HEX #CE56C9 Fuchsia

📋 copy color: '#CE56C9'

red 206 ◦ green 86 ◦ blue 201

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

Shades of Fuchsia #CE56C9

Tints of Fuchsia #CE56C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 41.78%
G = 17.44%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE56C9 (or 0xCE56C9) is known color: Fuchsia. HEX triplet: CE, 56 and C9. RGB value is (206,86,201). Sum of RGB (Red+Green+Blue) = 206+86+201=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56C9 is #31A936. Grayscale: #868686. Windows color (decimal): -3254583 or 13194958. OLE color: 13194958.

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

Color convert

RGB 206 86 201 -
CMYK 0 0.58 0.02 0.19
HSL 302.5º 0.55% 0.57% -
HSV(B) 302.5º 0.58% 0.81% -
XYZ 39.32 23.99 57.82 -
YUV 134.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 206 86 201 0 0.58 0.02 0.19 302.5 0.55 0.57
Hex CE 56 C9 0 3A 2 13 12E 37 39
Octal 316 126 311 0 72 2 23 456 67 71
Binary 11001110 1010110 11001001 0 111010 10 10011 100101110 110111 111001

Color Harmonies of #CE56C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56C9

Black with #CE56C9

Text Example


Text Example

White with #CE56C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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