Html Css Color HEX #CE49B9 Fuchsia

📋 copy color: '#CE49B9'

red 206 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #CE49B9

Tints of Fuchsia #CE49B9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.73%

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

R = 44.4%
G = 15.73%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE49B9 (or 0xCE49B9) is known color: Fuchsia. HEX triplet: CE, 49 and B9. RGB value is (206,73,185). Sum of RGB (Red+Green+Blue) = 206+73+185=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49B9 is #31B646. Grayscale: #7D7D7D. Windows color (decimal): -3257927 or 12143054. OLE color: 12143054.

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

Color convert

RGB 206 73 185 -
CMYK 0 0.65 0.10 0.19
HSL 309.47º 0.58% 0.55% -
HSV(B) 309.47º 0.65% 0.81% -
XYZ 36.59 21.39 48.1 -
YUV 125.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 206 73 185 0 0.65 0.10 0.19 309.47 0.58 0.55
Hex CE 49 B9 0 41 A 13 135 3A 37
Octal 316 111 271 0 101 12 23 465 72 67
Binary 11001110 1001001 10111001 0 1000001 1010 10011 100110101 111010 110111

Color Harmonies of #CE49B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49B9

Black with #CE49B9

Text Example


Text Example

White with #CE49B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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