Html Css Color HEX #CE4EAB Fuchsia

📋 copy color: '#CE4EAB'

red 206 ◦ green 78 ◦ blue 171

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

Shades of Fuchsia #CE4EAB

Tints of Fuchsia #CE4EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.14%

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

R = 45.27%
G = 17.14%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE4EAB (or 0xCE4EAB) is known color: Fuchsia. HEX triplet: CE, 4E and AB. RGB value is (206,78,171). Sum of RGB (Red+Green+Blue) = 206+78+171=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4EAB is #31B154. Grayscale: #7E7E7E. Windows color (decimal): -3256661 or 11226830. OLE color: 11226830.

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

Color convert

RGB 206 78 171 -
CMYK 0 0.62 0.17 0.19
HSL 316.41º 0.57% 0.56% -
HSV(B) 316.41º 0.62% 0.81% -
XYZ 35.53 21.51 40.81 -
YUV 126.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 206 78 171 0 0.62 0.17 0.19 316.41 0.57 0.56
Hex CE 4E AB 0 3E 11 13 13C 39 38
Octal 316 116 253 0 76 21 23 474 71 70
Binary 11001110 1001110 10101011 0 111110 10001 10011 100111100 111001 111000

Color Harmonies of #CE4EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EAB

Black with #CE4EAB

Text Example


Text Example

White with #CE4EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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