Html Css Color HEX #CE5DC9 Fuchsia

📋 copy color: '#CE5DC9'

red 206 ◦ green 93 ◦ blue 201

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

Shades of Fuchsia #CE5DC9

Tints of Fuchsia #CE5DC9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.6%

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

R = 41.2%
G = 18.6%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE5DC9 (or 0xCE5DC9) is known color: Fuchsia. HEX triplet: CE, 5D and C9. RGB value is (206,93,201). Sum of RGB (Red+Green+Blue) = 206+93+201=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DC9 is #31A236. Grayscale: #8A8A8A. Windows color (decimal): -3252791 or 13196750. OLE color: 13196750.

HSL color Cylindrical-coordinate representation of color #CE5DC9: hue angle of 302.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DC9 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 93 201 -
CMYK 0 0.55 0.02 0.19
HSL 302.65º 0.54% 0.59% -
HSV(B) 302.65º 0.55% 0.81% -
XYZ 39.91 25.17 58.01 -
YUV 139.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 206 93 201 0 0.55 0.02 0.19 302.65 0.54 0.59
Hex CE 5D C9 0 37 2 13 12F 36 3B
Octal 316 135 311 0 67 2 23 457 66 73
Binary 11001110 1011101 11001001 0 110111 10 10011 100101111 110110 111011

Color Harmonies of #CE5DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DC9

Black with #CE5DC9

Text Example


Text Example

White with #CE5DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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