Html Css Color HEX #CE49BF Fuchsia

📋 copy color: '#CE49BF'

red 206 ◦ green 73 ◦ blue 191

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

Shades of Fuchsia #CE49BF

Tints of Fuchsia #CE49BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.64%

R = 43.83%
G = 15.53%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE49BF (or 0xCE49BF) is known color: Fuchsia. HEX triplet: CE, 49 and BF. RGB value is (206,73,191). Sum of RGB (Red+Green+Blue) = 206+73+191=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49BF is #31B640. Grayscale: #7D7D7D. Windows color (decimal): -3257921 or 12536270. OLE color: 12536270.

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

Color convert

RGB 206 73 191 -
CMYK 0 0.65 0.07 0.19
HSL 306.77º 0.58% 0.55% -
HSV(B) 306.77º 0.65% 0.81% -
XYZ 37.24 21.65 51.51 -
YUV 126.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 206 73 191 0 0.65 0.07 0.19 306.77 0.58 0.55
Hex CE 49 BF 0 41 7 13 133 3A 37
Octal 316 111 277 0 101 7 23 463 72 67
Binary 11001110 1001001 10111111 0 1000001 111 10011 100110011 111010 110111

Color Harmonies of #CE49BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49BF

Black with #CE49BF

Text Example


Text Example

White with #CE49BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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