Html Css Color HEX #CE53B5 Fuchsia

📋 copy color: '#CE53B5'

red 206 ◦ green 83 ◦ blue 181

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

Shades of Fuchsia #CE53B5

Tints of Fuchsia #CE53B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.51%

R = 43.83%
G = 17.66%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE53B5 (or 0xCE53B5) is known color: Fuchsia. HEX triplet: CE, 53 and B5. RGB value is (206,83,181). Sum of RGB (Red+Green+Blue) = 206+83+181=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53B5 is #31AC4A. Grayscale: #828282. Windows color (decimal): -3255371 or 11883470. OLE color: 11883470.

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

Color convert

RGB 206 83 181 -
CMYK 0 0.60 0.12 0.19
HSL 312.2º 0.56% 0.57% -
HSV(B) 312.2º 0.6% 0.81% -
XYZ 36.89 22.64 46.14 -
YUV 130.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 206 83 181 0 0.60 0.12 0.19 312.2 0.56 0.57
Hex CE 53 B5 0 3C C 13 138 38 39
Octal 316 123 265 0 74 14 23 470 70 71
Binary 11001110 1010011 10110101 0 111100 1100 10011 100111000 111000 111001

Color Harmonies of #CE53B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53B5

Black with #CE53B5

Text Example


Text Example

White with #CE53B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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