Html Css Color HEX #CE53BA Fuchsia

📋 copy color: '#CE53BA'

red 206 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #CE53BA

Tints of Fuchsia #CE53BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 43.37%
G = 17.47%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE53BA (or 0xCE53BA) is known color: Fuchsia. HEX triplet: CE, 53 and BA. RGB value is (206,83,186). Sum of RGB (Red+Green+Blue) = 206+83+186=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53BA is #31AC45. Grayscale: #838383. Windows color (decimal): -3255366 or 12211150. OLE color: 12211150.

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

Color convert

RGB 206 83 186 -
CMYK 0 0.60 0.10 0.19
HSL 309.76º 0.56% 0.57% -
HSV(B) 309.76º 0.6% 0.81% -
XYZ 37.41 22.85 48.89 -
YUV 131.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 206 83 186 0 0.60 0.10 0.19 309.76 0.56 0.57
Hex CE 53 BA 0 3C A 13 136 38 39
Octal 316 123 272 0 74 12 23 466 70 71
Binary 11001110 1010011 10111010 0 111100 1010 10011 100110110 111000 111001

Color Harmonies of #CE53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53BA

Black with #CE53BA

Text Example


Text Example

White with #CE53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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