Html Css Color HEX #CE4DCA Fuchsia

📋 copy color: '#CE4DCA'

red 206 ◦ green 77 ◦ blue 202

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

Shades of Fuchsia #CE4DCA

Tints of Fuchsia #CE4DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 42.47%
G = 15.88%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE4DCA (or 0xCE4DCA) is known color: Fuchsia. HEX triplet: CE, 4D and CA. RGB value is (206,77,202). Sum of RGB (Red+Green+Blue) = 206+77+202=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DCA is #31B235. Grayscale: #818181. Windows color (decimal): -3256886 or 13258190. OLE color: 13258190.

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

Color convert

RGB 206 77 202 -
CMYK 0 0.63 0.02 0.19
HSL 301.86º 0.57% 0.55% -
HSV(B) 301.86º 0.63% 0.81% -
XYZ 38.77 22.69 58.21 -
YUV 129.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 206 77 202 0 0.63 0.02 0.19 301.86 0.57 0.55
Hex CE 4D CA 0 3F 2 13 12E 39 37
Octal 316 115 312 0 77 2 23 456 71 67
Binary 11001110 1001101 11001010 0 111111 10 10011 100101110 111001 110111

Color Harmonies of #CE4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DCA

Black with #CE4DCA

Text Example


Text Example

White with #CE4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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