Html Css Color HEX #CE53BC Fuchsia

📋 copy color: '#CE53BC'

red 206 ◦ green 83 ◦ blue 188

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

Shades of Fuchsia #CE53BC

Tints of Fuchsia #CE53BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 43.19%
G = 17.4%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE53BC (or 0xCE53BC) is known color: Fuchsia. HEX triplet: CE, 53 and BC. RGB value is (206,83,188). Sum of RGB (Red+Green+Blue) = 206+83+188=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53BC is #31AC43. Grayscale: #838383. Windows color (decimal): -3255364 or 12342222. OLE color: 12342222.

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

Color convert

RGB 206 83 188 -
CMYK 0 0.60 0.09 0.19
HSL 308.78º 0.56% 0.57% -
HSV(B) 308.78º 0.6% 0.81% -
XYZ 37.62 22.94 50.02 -
YUV 131.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 206 83 188 0 0.60 0.09 0.19 308.78 0.56 0.57
Hex CE 53 BC 0 3C 9 13 135 38 39
Octal 316 123 274 0 74 11 23 465 70 71
Binary 11001110 1010011 10111100 0 111100 1001 10011 100110101 111000 111001

Color Harmonies of #CE53BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53BC

Black with #CE53BC

Text Example


Text Example

White with #CE53BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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