Html Css Color HEX #CE4DCC Fuchsia

📋 copy color: '#CE4DCC'

red 206 ◦ green 77 ◦ blue 204

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

Shades of Fuchsia #CE4DCC

Tints of Fuchsia #CE4DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 42.3%
G = 15.81%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE4DCC (or 0xCE4DCC) is known color: Fuchsia. HEX triplet: CE, 4D and CC. RGB value is (206,77,204). Sum of RGB (Red+Green+Blue) = 206+77+204=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DCC is #31B233. Grayscale: #818181. Windows color (decimal): -3256884 or 13389262. OLE color: 13389262.

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

Color convert

RGB 206 77 204 -
CMYK 0 0.63 0.01 0.19
HSL 300.93º 0.57% 0.55% -
HSV(B) 300.93º 0.63% 0.81% -
XYZ 39.01 22.79 59.47 -
YUV 130.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 206 77 204 0 0.63 0.01 0.19 300.93 0.57 0.55
Hex CE 4D CC 0 3F 1 13 12D 39 37
Octal 316 115 314 0 77 1 23 455 71 67
Binary 11001110 1001101 11001100 0 111111 1 10011 100101101 111001 110111

Color Harmonies of #CE4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DCC

Black with #CE4DCC

Text Example


Text Example

White with #CE4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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