Html Css Color HEX #CE49B5 Fuchsia

📋 copy color: '#CE49B5'

red 206 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #CE49B5

Tints of Fuchsia #CE49B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 44.78%
G = 15.87%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE49B5 (or 0xCE49B5) is known color: Fuchsia. HEX triplet: CE, 49 and B5. RGB value is (206,73,181). Sum of RGB (Red+Green+Blue) = 206+73+181=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49B5 is #31B64A. Grayscale: #7C7C7C. Windows color (decimal): -3257931 or 11880910. OLE color: 11880910.

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

Color convert

RGB 206 73 181 -
CMYK 0 0.65 0.12 0.19
HSL 311.28º 0.58% 0.55% -
HSV(B) 311.28º 0.65% 0.81% -
XYZ 36.18 21.22 45.91 -
YUV 125.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 206 73 181 0 0.65 0.12 0.19 311.28 0.58 0.55
Hex CE 49 B5 0 41 C 13 137 3A 37
Octal 316 111 265 0 101 14 23 467 72 67
Binary 11001110 1001001 10110101 0 1000001 1100 10011 100110111 111010 110111

Color Harmonies of #CE49B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49B5

Black with #CE49B5

Text Example


Text Example

White with #CE49B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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