Html Css Color HEX #CE57BD Fuchsia

📋 copy color: '#CE57BD'

red 206 ◦ green 87 ◦ blue 189

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

Shades of Fuchsia #CE57BD

Tints of Fuchsia #CE57BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.05%

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

R = 42.74%
G = 18.05%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE57BD (or 0xCE57BD) is known color: Fuchsia. HEX triplet: CE, 57 and BD. RGB value is (206,87,189). Sum of RGB (Red+Green+Blue) = 206+87+189=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57BD is #31A842. Grayscale: #858585. Windows color (decimal): -3254339 or 12408782. OLE color: 12408782.

HSL color Cylindrical-coordinate representation of color #CE57BD: hue angle of 308.57º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE57BD is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 87 189 -
CMYK 0 0.58 0.08 0.19
HSL 308.57º 0.55% 0.57% -
HSV(B) 308.57º 0.58% 0.81% -
XYZ 38.05 23.61 50.7 -
YUV 134.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 206 87 189 0 0.58 0.08 0.19 308.57 0.55 0.57
Hex CE 57 BD 0 3A 8 13 135 37 39
Octal 316 127 275 0 72 10 23 465 67 71
Binary 11001110 1010111 10111101 0 111010 1000 10011 100110101 110111 111001

Color Harmonies of #CE57BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE57BD

Black with #CE57BD

Text Example


Text Example

White with #CE57BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE57BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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