Html Css Color HEX #CE56CA Fuchsia

📋 copy color: '#CE56CA'

red 206 ◦ green 86 ◦ blue 202

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

Shades of Fuchsia #CE56CA

Tints of Fuchsia #CE56CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 41.7%
G = 17.41%
B = 40.89%

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

#CE56CA (or 0xCE56CA) is known color: Fuchsia. HEX triplet: CE, 56 and CA. RGB value is (206,86,202). Sum of RGB (Red+Green+Blue) = 206+86+202=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56CA is #31A935. Grayscale: #868686. Windows color (decimal): -3254582 or 13260494. OLE color: 13260494.

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

Color convert

RGB 206 86 202 -
CMYK 0 0.58 0.02 0.19
HSL 302º 0.55% 0.57% -
HSV(B) 302º 0.58% 0.81% -
XYZ 39.44 24.04 58.44 -
YUV 135.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 206 86 202 0 0.58 0.02 0.19 302 0.55 0.57
Hex CE 56 CA 0 3A 2 13 12E 37 39
Octal 316 126 312 0 72 2 23 456 67 71
Binary 11001110 1010110 11001010 0 111010 10 10011 100101110 110111 111001

Color Harmonies of #CE56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56CA

Black with #CE56CA

Text Example


Text Example

White with #CE56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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