Html Css Color HEX #CE50B9 Fuchsia

📋 copy color: '#CE50B9'

red 206 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #CE50B9

Tints of Fuchsia #CE50B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 43.74%
G = 16.99%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE50B9 (or 0xCE50B9) is known color: Fuchsia. HEX triplet: CE, 50 and B9. RGB value is (206,80,185). Sum of RGB (Red+Green+Blue) = 206+80+185=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50B9 is #31AF46. Grayscale: #818181. Windows color (decimal): -3256135 or 12144846. OLE color: 12144846.

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

Color convert

RGB 206 80 185 -
CMYK 0 0.61 0.10 0.19
HSL 310º 0.56% 0.56% -
HSV(B) 310º 0.61% 0.81% -
XYZ 37.08 22.36 48.26 -
YUV 129.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 206 80 185 0 0.61 0.10 0.19 310 0.56 0.56
Hex CE 50 B9 0 3D A 13 136 38 38
Octal 316 120 271 0 75 12 23 466 70 70
Binary 11001110 1010000 10111001 0 111101 1010 10011 100110110 111000 111000

Color Harmonies of #CE50B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50B9

Black with #CE50B9

Text Example


Text Example

White with #CE50B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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