Html Css Color HEX #CE53B2 Fuchsia

📋 copy color: '#CE53B2'

red 206 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #CE53B2

Tints of Fuchsia #CE53B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 44.11%
G = 17.77%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE53B2 (or 0xCE53B2) is known color: Fuchsia. HEX triplet: CE, 53 and B2. RGB value is (206,83,178). Sum of RGB (Red+Green+Blue) = 206+83+178=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53B2 is #31AC4D. Grayscale: #828282. Windows color (decimal): -3255374 or 11686862. OLE color: 11686862.

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

Color convert

RGB 206 83 178 -
CMYK 0 0.60 0.14 0.19
HSL 313.66º 0.56% 0.57% -
HSV(B) 313.66º 0.6% 0.81% -
XYZ 36.58 22.52 44.54 -
YUV 130.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 206 83 178 0 0.60 0.14 0.19 313.66 0.56 0.57
Hex CE 53 B2 0 3C E 13 13A 38 39
Octal 316 123 262 0 74 16 23 472 70 71
Binary 11001110 1010011 10110010 0 111100 1110 10011 100111010 111000 111001

Color Harmonies of #CE53B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53B2

Black with #CE53B2

Text Example


Text Example

White with #CE53B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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