Html Css Color HEX #CE53BF Fuchsia

📋 copy color: '#CE53BF'

red 206 ◦ green 83 ◦ blue 191

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

Shades of Fuchsia #CE53BF

Tints of Fuchsia #CE53BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.79%

R = 42.92%
G = 17.29%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE53BF (or 0xCE53BF) is known color: Fuchsia. HEX triplet: CE, 53 and BF. RGB value is (206,83,191). Sum of RGB (Red+Green+Blue) = 206+83+191=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53BF is #31AC40. Grayscale: #838383. Windows color (decimal): -3255361 or 12538830. OLE color: 12538830.

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

Color convert

RGB 206 83 191 -
CMYK 0 0.60 0.07 0.19
HSL 307.32º 0.56% 0.57% -
HSV(B) 307.32º 0.6% 0.81% -
XYZ 37.95 23.07 51.74 -
YUV 132.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 206 83 191 0 0.60 0.07 0.19 307.32 0.56 0.57
Hex CE 53 BF 0 3C 7 13 133 38 39
Octal 316 123 277 0 74 7 23 463 70 71
Binary 11001110 1010011 10111111 0 111100 111 10011 100110011 111000 111001

Color Harmonies of #CE53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53BF

Black with #CE53BF

Text Example


Text Example

White with #CE53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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