Html Css Color HEX #CE46AB Fuchsia

📋 copy color: '#CE46AB'

red 206 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #CE46AB

Tints of Fuchsia #CE46AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.66%

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 46.09%
G = 15.66%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE46AB (or 0xCE46AB) is known color: Fuchsia. HEX triplet: CE, 46 and AB. RGB value is (206,70,171). Sum of RGB (Red+Green+Blue) = 206+70+171=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE46AB is #31B954. Grayscale: #797979. Windows color (decimal): -3258709 or 11224782. OLE color: 11224782.

HSL color Cylindrical-coordinate representation of color #CE46AB: hue angle of 315.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE46AB is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 70 171 -
CMYK 0 0.66 0.17 0.19
HSL 315.44º 0.58% 0.54% -
HSV(B) 315.44º 0.66% 0.81% -
XYZ 34.99 20.44 40.63 -
YUV 122.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 206 70 171 0 0.66 0.17 0.19 315.44 0.58 0.54
Hex CE 46 AB 0 42 11 13 13B 3A 36
Octal 316 106 253 0 102 21 23 473 72 66
Binary 11001110 1000110 10101011 0 1000010 10001 10011 100111011 111010 110110

Color Harmonies of #CE46AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46AB

Black with #CE46AB

Text Example


Text Example

White with #CE46AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46AB; }

 p { color: rgb(206,70,171); }

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

background-color css

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

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

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

border-color css

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

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

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