Html Css Color HEX #CE4AAB Fuchsia

📋 copy color: '#CE4AAB'

red 206 ◦ green 74 ◦ blue 171

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

Shades of Fuchsia #CE4AAB

Tints of Fuchsia #CE4AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.41%

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

R = 45.68%
G = 16.41%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE4AAB (or 0xCE4AAB) is known color: Fuchsia. HEX triplet: CE, 4A and AB. RGB value is (206,74,171). Sum of RGB (Red+Green+Blue) = 206+74+171=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4AAB is #31B554. Grayscale: #7C7C7C. Windows color (decimal): -3257685 or 11225806. OLE color: 11225806.

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

Color convert

RGB 206 74 171 -
CMYK 0 0.64 0.17 0.19
HSL 315.91º 0.57% 0.55% -
HSV(B) 315.91º 0.64% 0.81% -
XYZ 35.25 20.96 40.72 -
YUV 124.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 206 74 171 0 0.64 0.17 0.19 315.91 0.57 0.55
Hex CE 4A AB 0 40 11 13 13C 39 37
Octal 316 112 253 0 100 21 23 474 71 67
Binary 11001110 1001010 10101011 0 1000000 10001 10011 100111100 111001 110111

Color Harmonies of #CE4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AAB

Black with #CE4AAB

Text Example


Text Example

White with #CE4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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