Html Css Color HEX #CE53B9 Fuchsia

📋 copy color: '#CE53B9'

red 206 ◦ green 83 ◦ blue 185

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

Shades of Fuchsia #CE53B9

Tints of Fuchsia #CE53B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 43.46%
G = 17.51%
B = 39.03%

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

#CE53B9 (or 0xCE53B9) is known color: Fuchsia. HEX triplet: CE, 53 and B9. RGB value is (206,83,185). Sum of RGB (Red+Green+Blue) = 206+83+185=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53B9 is #31AC46. Grayscale: #838383. Windows color (decimal): -3255367 or 12145614. OLE color: 12145614.

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

Color convert

RGB 206 83 185 -
CMYK 0 0.60 0.10 0.19
HSL 310.24º 0.56% 0.57% -
HSV(B) 310.24º 0.6% 0.81% -
XYZ 37.3 22.81 48.34 -
YUV 131.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 206 83 185 0 0.60 0.10 0.19 310.24 0.56 0.57
Hex CE 53 B9 0 3C A 13 136 38 39
Octal 316 123 271 0 74 12 23 466 70 71
Binary 11001110 1010011 10111001 0 111100 1010 10011 100110110 111000 111001

Color Harmonies of #CE53B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53B9

Black with #CE53B9

Text Example


Text Example

White with #CE53B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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