Html Css Color HEX #CE49BE Fuchsia

📋 copy color: '#CE49BE'

red 206 ◦ green 73 ◦ blue 190

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

Shades of Fuchsia #CE49BE

Tints of Fuchsia #CE49BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 43.92%
G = 15.57%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE49BE (or 0xCE49BE) is known color: Fuchsia. HEX triplet: CE, 49 and BE. RGB value is (206,73,190). Sum of RGB (Red+Green+Blue) = 206+73+190=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49BE is #31B641. Grayscale: #7D7D7D. Windows color (decimal): -3257922 or 12470734. OLE color: 12470734.

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

Color convert

RGB 206 73 190 -
CMYK 0 0.65 0.08 0.19
HSL 307.22º 0.58% 0.55% -
HSV(B) 307.22º 0.65% 0.81% -
XYZ 37.13 21.6 50.93 -
YUV 126.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 206 73 190 0 0.65 0.08 0.19 307.22 0.58 0.55
Hex CE 49 BE 0 41 8 13 133 3A 37
Octal 316 111 276 0 101 10 23 463 72 67
Binary 11001110 1001001 10111110 0 1000001 1000 10011 100110011 111010 110111

Color Harmonies of #CE49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49BE

Black with #CE49BE

Text Example


Text Example

White with #CE49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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