Html Css Color HEX #CE53B8 Fuchsia

📋 copy color: '#CE53B8'

red 206 ◦ green 83 ◦ blue 184

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

Shades of Fuchsia #CE53B8

Tints of Fuchsia #CE53B8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.55%

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

R = 43.55%
G = 17.55%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE53B8 (or 0xCE53B8) is known color: Fuchsia. HEX triplet: CE, 53 and B8. RGB value is (206,83,184). Sum of RGB (Red+Green+Blue) = 206+83+184=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53B8 is #31AC47. Grayscale: #838383. Windows color (decimal): -3255368 or 12080078. OLE color: 12080078.

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

Color convert

RGB 206 83 184 -
CMYK 0 0.60 0.11 0.19
HSL 310.73º 0.56% 0.57% -
HSV(B) 310.73º 0.6% 0.81% -
XYZ 37.2 22.77 47.78 -
YUV 131.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 206 83 184 0 0.60 0.11 0.19 310.73 0.56 0.57
Hex CE 53 B8 0 3C B 13 137 38 39
Octal 316 123 270 0 74 13 23 467 70 71
Binary 11001110 1010011 10111000 0 111100 1011 10011 100110111 111000 111001

Color Harmonies of #CE53B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53B8

Black with #CE53B8

Text Example


Text Example

White with #CE53B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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