Html Css Color HEX #CE49BC Fuchsia

📋 copy color: '#CE49BC'

red 206 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #CE49BC

Tints of Fuchsia #CE49BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 44.11%
G = 15.63%
B = 40.26%

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

#CE49BC (or 0xCE49BC) is known color: Fuchsia. HEX triplet: CE, 49 and BC. RGB value is (206,73,188). Sum of RGB (Red+Green+Blue) = 206+73+188=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49BC is #31B643. Grayscale: #7D7D7D. Windows color (decimal): -3257924 or 12339662. OLE color: 12339662.

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

Color convert

RGB 206 73 188 -
CMYK 0 0.65 0.09 0.19
HSL 308.12º 0.58% 0.55% -
HSV(B) 308.12º 0.65% 0.81% -
XYZ 36.91 21.52 49.78 -
YUV 125.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 206 73 188 0 0.65 0.09 0.19 308.12 0.58 0.55
Hex CE 49 BC 0 41 9 13 134 3A 37
Octal 316 111 274 0 101 11 23 464 72 67
Binary 11001110 1001001 10111100 0 1000001 1001 10011 100110100 111010 110111

Color Harmonies of #CE49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49BC

Black with #CE49BC

Text Example


Text Example

White with #CE49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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