Html Css Color HEX #CE4DCE Fuchsia

📋 copy color: '#CE4DCE'

red 206 ◦ green 77 ◦ blue 206

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

Shades of Fuchsia #CE4DCE

Tints of Fuchsia #CE4DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.75%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 42.13%
G = 15.75%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE4DCE (or 0xCE4DCE) is known color: Fuchsia. HEX triplet: CE, 4D and CE. RGB value is (206,77,206). Sum of RGB (Red+Green+Blue) = 206+77+206=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DCE is #31B231. Grayscale: #818181. Windows color (decimal): -3256882 or 13520334. OLE color: 13520334.

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

Color convert

RGB 206 77 206 -
CMYK 0 0.63 0 0.19
HSL 300º 0.57% 0.55% -
HSV(B) 300º 0.63% 0.81% -
XYZ 39.25 22.89 60.74 -
YUV 130.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 206 77 206 0 0.63 0 0.19 300 0.57 0.55
Hex CE 4D CE 0 3F 0 13 12C 39 37
Octal 316 115 316 0 77 0 23 454 71 67
Binary 11001110 1001101 11001110 0 111111 0 10011 100101100 111001 110111

Color Harmonies of #CE4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DCE

Black with #CE4DCE

Text Example


Text Example

White with #CE4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DCE; }

 p { color: rgb(206,77,206); }

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

background-color css

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

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

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

border-color css

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

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

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