Html Css Color HEX #CE3ED5 Fuchsia

📋 copy color: '#CE3ED5'

red 206 ◦ green 62 ◦ blue 213

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

Shades of Fuchsia #CE3ED5

Tints of Fuchsia #CE3ED5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.89%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 42.83%
G = 12.89%
B = 44.28%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE3ED5 (or 0xCE3ED5) is known color: Fuchsia. HEX triplet: CE, 3E and D5. RGB value is (206,62,213). Sum of RGB (Red+Green+Blue) = 206+62+213=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE3ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ED5 is #31C12A. Grayscale: #797979. Windows color (decimal): -3260715 or 13975246. OLE color: 13975246.

HSL color Cylindrical-coordinate representation of color #CE3ED5: hue angle of 297.22º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3ED5 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 62 213 -
CMYK 0.03 0.71 0 0.16
HSL 297.22º 0.64% 0.54% -
HSV(B) 297.22º 0.71% 0.84% -
XYZ 39.19 21.37 65.01 -
YUV 122.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 206 62 213 0.03 0.71 0 0.16 297.22 0.64 0.54
Hex CE 3E D5 3 47 0 10 129 40 36
Octal 316 76 325 3 107 0 20 451 100 66
Binary 11001110 111110 11010101 11 1000111 0 10000 100101001 1000000 110110

Color Harmonies of #CE3ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3ED5

Black with #CE3ED5

Text Example


Text Example

White with #CE3ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3ED5; }

 p { color: rgb(206,62,213); }

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

background-color css

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

 a { background-color: rgb(206,62,213); }

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

border-color css

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

 span { border-color: rgb(206,62,213); }

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