Html Css Color HEX #CE53CB Fuchsia

📋 copy color: '#CE53CB'

red 206 ◦ green 83 ◦ blue 203

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

Shades of Fuchsia #CE53CB

Tints of Fuchsia #CE53CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 41.87%
G = 16.87%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE53CB (or 0xCE53CB) is known color: Fuchsia. HEX triplet: CE, 53 and CB. RGB value is (206,83,203). Sum of RGB (Red+Green+Blue) = 206+83+203=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53CB is #31AC34. Grayscale: #858585. Windows color (decimal): -3255349 or 13325262. OLE color: 13325262.

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

Color convert

RGB 206 83 203 -
CMYK 0 0.60 0.01 0.19
HSL 301.46º 0.56% 0.57% -
HSV(B) 301.46º 0.6% 0.81% -
XYZ 39.33 23.62 58.99 -
YUV 133.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 206 83 203 0 0.60 0.01 0.19 301.46 0.56 0.57
Hex CE 53 CB 0 3C 1 13 12D 38 39
Octal 316 123 313 0 74 1 23 455 70 71
Binary 11001110 1010011 11001011 0 111100 1 10011 100101101 111000 111001

Color Harmonies of #CE53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53CB

Black with #CE53CB

Text Example


Text Example

White with #CE53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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