Html Css Color HEX #CE58B8 Fuchsia

📋 copy color: '#CE58B8'

red 206 ◦ green 88 ◦ blue 184

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

Shades of Fuchsia #CE58B8

Tints of Fuchsia #CE58B8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.41%

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 43.1%
G = 18.41%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE58B8 (or 0xCE58B8) is known color: Fuchsia. HEX triplet: CE, 58 and B8. RGB value is (206,88,184). Sum of RGB (Red+Green+Blue) = 206+88+184=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58B8 is #31A747. Grayscale: #858585. Windows color (decimal): -3254088 or 12081358. OLE color: 12081358.

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

Color convert

RGB 206 88 184 -
CMYK 0 0.57 0.11 0.19
HSL 311.19º 0.55% 0.58% -
HSV(B) 311.19º 0.57% 0.81% -
XYZ 37.6 23.56 47.91 -
YUV 134.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 206 88 184 0 0.57 0.11 0.19 311.19 0.55 0.58
Hex CE 58 B8 0 39 B 13 137 37 3A
Octal 316 130 270 0 71 13 23 467 67 72
Binary 11001110 1011000 10111000 0 111001 1011 10011 100110111 110111 111010

Color Harmonies of #CE58B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58B8

Black with #CE58B8

Text Example


Text Example

White with #CE58B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58B8; }

 p { color: rgb(206,88,184); }

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

background-color css

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

 a { background-color: rgb(206,88,184); }

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

border-color css

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

 span { border-color: rgb(206,88,184); }

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