Html Css Color HEX #CE49C1 Fuchsia

📋 copy color: '#CE49C1'

red 206 ◦ green 73 ◦ blue 193

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

Shades of Fuchsia #CE49C1

Tints of Fuchsia #CE49C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 43.64%
G = 15.47%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE49C1 (or 0xCE49C1) is known color: Fuchsia. HEX triplet: CE, 49 and C1. RGB value is (206,73,193). Sum of RGB (Red+Green+Blue) = 206+73+193=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49C1 is #31B63E. Grayscale: #7E7E7E. Windows color (decimal): -3257919 or 12667342. OLE color: 12667342.

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

Color convert

RGB 206 73 193 -
CMYK 0 0.65 0.06 0.19
HSL 305.86º 0.58% 0.55% -
HSV(B) 305.86º 0.65% 0.81% -
XYZ 37.46 21.74 52.67 -
YUV 126.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 206 73 193 0 0.65 0.06 0.19 305.86 0.58 0.55
Hex CE 49 C1 0 41 6 13 132 3A 37
Octal 316 111 301 0 101 6 23 462 72 67
Binary 11001110 1001001 11000001 0 1000001 110 10011 100110010 111010 110111

Color Harmonies of #CE49C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49C1

Black with #CE49C1

Text Example


Text Example

White with #CE49C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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