Html Css Color HEX #CE4AB3 Fuchsia

📋 copy color: '#CE4AB3'

red 206 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #CE4AB3

Tints of Fuchsia #CE4AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39%

R = 44.88%
G = 16.12%
B = 39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE4AB3 (or 0xCE4AB3) is known color: Fuchsia. HEX triplet: CE, 4A and B3. RGB value is (206,74,179). Sum of RGB (Red+Green+Blue) = 206+74+179=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AB3 is #31B54C. Grayscale: #7D7D7D. Windows color (decimal): -3257677 or 11750094. OLE color: 11750094.

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

Color convert

RGB 206 74 179 -
CMYK 0 0.64 0.13 0.19
HSL 312.27º 0.57% 0.55% -
HSV(B) 312.27º 0.64% 0.81% -
XYZ 36.04 21.27 44.85 -
YUV 125.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 206 74 179 0 0.64 0.13 0.19 312.27 0.57 0.55
Hex CE 4A B3 0 40 D 13 138 39 37
Octal 316 112 263 0 100 15 23 470 71 67
Binary 11001110 1001010 10110011 0 1000000 1101 10011 100111000 111001 110111

Color Harmonies of #CE4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AB3

Black with #CE4AB3

Text Example


Text Example

White with #CE4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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