Html Css Color HEX #CE49BB Fuchsia

📋 copy color: '#CE49BB'

red 206 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #CE49BB

Tints of Fuchsia #CE49BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 44.21%
G = 15.67%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE49BB (or 0xCE49BB) is known color: Fuchsia. HEX triplet: CE, 49 and BB. RGB value is (206,73,187). Sum of RGB (Red+Green+Blue) = 206+73+187=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49BB is #31B644. Grayscale: #7D7D7D. Windows color (decimal): -3257925 or 12274126. OLE color: 12274126.

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

Color convert

RGB 206 73 187 -
CMYK 0 0.65 0.09 0.19
HSL 308.57º 0.58% 0.55% -
HSV(B) 308.57º 0.65% 0.81% -
XYZ 36.81 21.47 49.22 -
YUV 125.76 162.56 185.23 -
System Red Green Blue C M Y K H S L
Decimal 206 73 187 0 0.65 0.09 0.19 308.57 0.58 0.55
Hex CE 49 BB 0 41 9 13 135 3A 37
Octal 316 111 273 0 101 11 23 465 72 67
Binary 11001110 1001001 10111011 0 1000001 1001 10011 100110101 111010 110111

Color Harmonies of #CE49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49BB

Black with #CE49BB

Text Example


Text Example

White with #CE49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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