Html Css Color HEX #CE54CB Fuchsia

📋 copy color: '#CE54CB'

red 206 ◦ green 84 ◦ blue 203

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

Shades of Fuchsia #CE54CB

Tints of Fuchsia #CE54CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.04%

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

R = 41.78%
G = 17.04%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE54CB (or 0xCE54CB) is known color: Fuchsia. HEX triplet: CE, 54 and CB. RGB value is (206,84,203). Sum of RGB (Red+Green+Blue) = 206+84+203=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54CB is #31AB34. Grayscale: #858585. Windows color (decimal): -3255093 or 13325518. OLE color: 13325518.

HSL color Cylindrical-coordinate representation of color #CE54CB: hue angle of 301.48º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE54CB is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 203 -
CMYK 0 0.59 0.01 0.19
HSL 301.48º 0.55% 0.57% -
HSV(B) 301.48º 0.59% 0.81% -
XYZ 39.4 23.77 59.01 -
YUV 134.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 206 84 203 0 0.59 0.01 0.19 301.48 0.55 0.57
Hex CE 54 CB 0 3B 1 13 12D 37 39
Octal 316 124 313 0 73 1 23 455 67 71
Binary 11001110 1010100 11001011 0 111011 1 10011 100101101 110111 111001

Color Harmonies of #CE54CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54CB

Black with #CE54CB

Text Example


Text Example

White with #CE54CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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