Html Css Color HEX #CE3EB2 Fuchsia

📋 copy color: '#CE3EB2'

red 206 ◦ green 62 ◦ blue 178

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

Shades of Fuchsia #CE3EB2

Tints of Fuchsia #CE3EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 46.19%
G = 13.9%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE3EB2 (or 0xCE3EB2) is known color: Fuchsia. HEX triplet: CE, 3E and B2. RGB value is (206,62,178). Sum of RGB (Red+Green+Blue) = 206+62+178=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3EB2 is #31C14D. Grayscale: #757575. Windows color (decimal): -3260750 or 11681486. OLE color: 11681486.

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

Color convert

RGB 206 62 178 -
CMYK 0 0.70 0.14 0.19
HSL 311.67º 0.6% 0.53% -
HSV(B) 311.67º 0.7% 0.81% -
XYZ 35.21 19.78 44.08 -
YUV 118.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 206 62 178 0 0.70 0.14 0.19 311.67 0.6 0.53
Hex CE 3E B2 0 46 E 13 138 3C 35
Octal 316 76 262 0 106 16 23 470 74 65
Binary 11001110 111110 10110010 0 1000110 1110 10011 100111000 111100 110101

Color Harmonies of #CE3EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3EB2

Black with #CE3EB2

Text Example


Text Example

White with #CE3EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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