Html Css Color HEX #CE50B2 Fuchsia

📋 copy color: '#CE50B2'

red 206 ◦ green 80 ◦ blue 178

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

Shades of Fuchsia #CE50B2

Tints of Fuchsia #CE50B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 44.4%
G = 17.24%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE50B2 (or 0xCE50B2) is known color: Fuchsia. HEX triplet: CE, 50 and B2. RGB value is (206,80,178). Sum of RGB (Red+Green+Blue) = 206+80+178=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE50B2 is #31AF4D. Grayscale: #808080. Windows color (decimal): -3256142 or 11686094. OLE color: 11686094.

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

Color convert

RGB 206 80 178 -
CMYK 0 0.61 0.14 0.19
HSL 313.33º 0.56% 0.56% -
HSV(B) 313.33º 0.61% 0.81% -
XYZ 36.36 22.07 44.46 -
YUV 128.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 206 80 178 0 0.61 0.14 0.19 313.33 0.56 0.56
Hex CE 50 B2 0 3D E 13 139 38 38
Octal 316 120 262 0 75 16 23 471 70 70
Binary 11001110 1010000 10110010 0 111101 1110 10011 100111001 111000 111000

Color Harmonies of #CE50B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50B2

Black with #CE50B2

Text Example


Text Example

White with #CE50B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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