Html Css Color HEX #CE47AB Fuchsia

📋 copy color: '#CE47AB'

red 206 ◦ green 71 ◦ blue 171

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

Shades of Fuchsia #CE47AB

Tints of Fuchsia #CE47AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.85%

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

R = 45.98%
G = 15.85%
B = 38.17%

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

#CE47AB (or 0xCE47AB) is known color: Fuchsia. HEX triplet: CE, 47 and AB. RGB value is (206,71,171). Sum of RGB (Red+Green+Blue) = 206+71+171=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE47AB is #31B854. Grayscale: #7A7A7A. Windows color (decimal): -3258453 or 11225038. OLE color: 11225038.

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

Color convert

RGB 206 71 171 -
CMYK 0 0.66 0.17 0.19
HSL 315.56º 0.58% 0.54% -
HSV(B) 315.56º 0.66% 0.81% -
XYZ 35.06 20.57 40.65 -
YUV 122.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 206 71 171 0 0.66 0.17 0.19 315.56 0.58 0.54
Hex CE 47 AB 0 42 11 13 13C 3A 36
Octal 316 107 253 0 102 21 23 474 72 66
Binary 11001110 1000111 10101011 0 1000010 10001 10011 100111100 111010 110110

Color Harmonies of #CE47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE47AB

Black with #CE47AB

Text Example


Text Example

White with #CE47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE47AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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