Html Css Color HEX #CE4ED1 Fuchsia

📋 copy color: '#CE4ED1'

red 206 ◦ green 78 ◦ blue 209

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

Shades of Fuchsia #CE4ED1

Tints of Fuchsia #CE4ED1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.82%

 BLUE value IS 209 (82.03% from 255) = 42.39%

R = 41.78%
G = 15.82%
B = 42.39%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE4ED1 (or 0xCE4ED1) is known color: Fuchsia. HEX triplet: CE, 4E and D1. RGB value is (206,78,209). Sum of RGB (Red+Green+Blue) = 206+78+209=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE4ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4ED1 is #31B12E. Grayscale: #828282. Windows color (decimal): -3256623 or 13717198. OLE color: 13717198.

HSL color Cylindrical-coordinate representation of color #CE4ED1: hue angle of 298.63º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4ED1 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 78 209 -
CMYK 0.01 0.63 0 0.18
HSL 298.63º 0.59% 0.56% -
HSV(B) 298.63º 0.63% 0.82% -
XYZ 39.69 23.17 62.7 -
YUV 131.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 206 78 209 0.01 0.63 0 0.18 298.63 0.59 0.56
Hex CE 4E D1 1 3F 0 12 12B 3B 38
Octal 316 116 321 1 77 0 22 453 73 70
Binary 11001110 1001110 11010001 1 111111 0 10010 100101011 111011 111000

Color Harmonies of #CE4ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4ED1

Black with #CE4ED1

Text Example


Text Example

White with #CE4ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4ED1; }

 p { color: rgb(206,78,209); }

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

background-color css

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

 a { background-color: rgb(206,78,209); }

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

border-color css

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

 span { border-color: rgb(206,78,209); }

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