Html Css Color HEX #CE4AB9 Fuchsia

📋 copy color: '#CE4AB9'

red 206 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #CE4AB9

Tints of Fuchsia #CE4AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.78%

R = 44.3%
G = 15.91%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE4AB9 (or 0xCE4AB9) is known color: Fuchsia. HEX triplet: CE, 4A and B9. RGB value is (206,74,185). Sum of RGB (Red+Green+Blue) = 206+74+185=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AB9 is #31B546. Grayscale: #7D7D7D. Windows color (decimal): -3257671 or 12143310. OLE color: 12143310.

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

Color convert

RGB 206 74 185 -
CMYK 0 0.64 0.10 0.19
HSL 309.55º 0.57% 0.55% -
HSV(B) 309.55º 0.64% 0.81% -
XYZ 36.66 21.52 48.12 -
YUV 126.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 206 74 185 0 0.64 0.10 0.19 309.55 0.57 0.55
Hex CE 4A B9 0 40 A 13 136 39 37
Octal 316 112 271 0 100 12 23 466 71 67
Binary 11001110 1001010 10111001 0 1000000 1010 10011 100110110 111001 110111

Color Harmonies of #CE4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AB9

Black with #CE4AB9

Text Example


Text Example

White with #CE4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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