Html Css Color HEX #CE50BD Fuchsia

📋 copy color: '#CE50BD'

red 206 ◦ green 80 ◦ blue 189

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

Shades of Fuchsia #CE50BD

Tints of Fuchsia #CE50BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 43.37%
G = 16.84%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE50BD (or 0xCE50BD) is known color: Fuchsia. HEX triplet: CE, 50 and BD. RGB value is (206,80,189). Sum of RGB (Red+Green+Blue) = 206+80+189=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50BD is #31AF42. Grayscale: #818181. Windows color (decimal): -3256131 or 12406990. OLE color: 12406990.

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

Color convert

RGB 206 80 189 -
CMYK 0 0.61 0.08 0.19
HSL 308.1º 0.56% 0.56% -
HSV(B) 308.1º 0.61% 0.81% -
XYZ 37.51 22.53 50.52 -
YUV 130.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 206 80 189 0 0.61 0.08 0.19 308.1 0.56 0.56
Hex CE 50 BD 0 3D 8 13 134 38 38
Octal 316 120 275 0 75 10 23 464 70 70
Binary 11001110 1010000 10111101 0 111101 1000 10011 100110100 111000 111000

Color Harmonies of #CE50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50BD

Black with #CE50BD

Text Example


Text Example

White with #CE50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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