Html Css Color HEX #CE50BB Fuchsia

📋 copy color: '#CE50BB'

red 206 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #CE50BB

Tints of Fuchsia #CE50BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.91%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 43.55%
G = 16.91%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE50BB (or 0xCE50BB) is known color: Fuchsia. HEX triplet: CE, 50 and BB. RGB value is (206,80,187). Sum of RGB (Red+Green+Blue) = 206+80+187=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50BB is #31AF44. Grayscale: #818181. Windows color (decimal): -3256133 or 12275918. OLE color: 12275918.

HSL color Cylindrical-coordinate representation of color #CE50BB: hue angle of 309.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE50BB is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 80 187 -
CMYK 0 0.61 0.09 0.19
HSL 309.05º 0.56% 0.56% -
HSV(B) 309.05º 0.61% 0.81% -
XYZ 37.29 22.45 49.38 -
YUV 129.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 206 80 187 0 0.61 0.09 0.19 309.05 0.56 0.56
Hex CE 50 BB 0 3D 9 13 135 38 38
Octal 316 120 273 0 75 11 23 465 70 70
Binary 11001110 1010000 10111011 0 111101 1001 10011 100110101 111000 111000

Color Harmonies of #CE50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50BB

Black with #CE50BB

Text Example


Text Example

White with #CE50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50BB; }

 p { color: rgb(206,80,187); }

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

background-color css

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

 a { background-color: rgb(206,80,187); }

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

border-color css

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

 span { border-color: rgb(206,80,187); }

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