Html Css Color HEX #CE49CB Fuchsia

📋 copy color: '#CE49CB'

red 206 ◦ green 73 ◦ blue 203

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

Shades of Fuchsia #CE49CB

Tints of Fuchsia #CE49CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 42.74%
G = 15.15%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE49CB (or 0xCE49CB) is known color: Fuchsia. HEX triplet: CE, 49 and CB. RGB value is (206,73,203). Sum of RGB (Red+Green+Blue) = 206+73+203=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49CB is #31B634. Grayscale: #7F7F7F. Windows color (decimal): -3257909 or 13322702. OLE color: 13322702.

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

Color convert

RGB 206 73 203 -
CMYK 0 0.65 0.01 0.19
HSL 301.35º 0.58% 0.55% -
HSV(B) 301.35º 0.65% 0.81% -
XYZ 38.62 22.2 58.75 -
YUV 127.59 170.56 183.93 -
System Red Green Blue C M Y K H S L
Decimal 206 73 203 0 0.65 0.01 0.19 301.35 0.58 0.55
Hex CE 49 CB 0 41 1 13 12D 3A 37
Octal 316 111 313 0 101 1 23 455 72 67
Binary 11001110 1001001 11001011 0 1000001 1 10011 100101101 111010 110111

Color Harmonies of #CE49CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49CB

Black with #CE49CB

Text Example


Text Example

White with #CE49CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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