Html Css Color HEX #CE3ECC Fuchsia

📋 copy color: '#CE3ECC'

red 206 ◦ green 62 ◦ blue 204

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

Shades of Fuchsia #CE3ECC

Tints of Fuchsia #CE3ECC

RGB

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

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

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

R = 43.64%
G = 13.14%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE3ECC (or 0xCE3ECC) is known color: Fuchsia. HEX triplet: CE, 3E and CC. RGB value is (206,62,204). Sum of RGB (Red+Green+Blue) = 206+62+204=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ECC is #31C133. Grayscale: #787878. Windows color (decimal): -3260724 or 13385422. OLE color: 13385422.

HSL color Cylindrical-coordinate representation of color #CE3ECC: hue angle of 300.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3ECC is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 204 -
CMYK 0 0.70 0.01 0.19
HSL 300.83º 0.6% 0.53% -
HSV(B) 300.83º 0.7% 0.81% -
XYZ 38.08 20.93 59.16 -
YUV 121.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 206 62 204 0 0.70 0.01 0.19 300.83 0.6 0.53
Hex CE 3E CC 0 46 1 13 12D 3C 35
Octal 316 76 314 0 106 1 23 455 74 65
Binary 11001110 111110 11001100 0 1000110 1 10011 100101101 111100 110101

Color Harmonies of #CE3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3ECC

Black with #CE3ECC

Text Example


Text Example

White with #CE3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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