Html Css Color HEX #CE55B2 Fuchsia

📋 copy color: '#CE55B2'

red 206 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #CE55B2

Tints of Fuchsia #CE55B2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.12%

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 43.92%
G = 18.12%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE55B2 (or 0xCE55B2) is known color: Fuchsia. HEX triplet: CE, 55 and B2. RGB value is (206,85,178). Sum of RGB (Red+Green+Blue) = 206+85+178=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55B2 is #31AA4D. Grayscale: #838383. Windows color (decimal): -3254862 or 11687374. OLE color: 11687374.

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

Color convert

RGB 206 85 178 -
CMYK 0 0.59 0.14 0.19
HSL 313.88º 0.55% 0.57% -
HSV(B) 313.88º 0.59% 0.81% -
XYZ 36.74 22.83 44.59 -
YUV 131.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 206 85 178 0 0.59 0.14 0.19 313.88 0.55 0.57
Hex CE 55 B2 0 3B E 13 13A 37 39
Octal 316 125 262 0 73 16 23 472 67 71
Binary 11001110 1010101 10110010 0 111011 1110 10011 100111010 110111 111001

Color Harmonies of #CE55B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55B2

Black with #CE55B2

Text Example


Text Example

White with #CE55B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55B2; }

 p { color: rgb(206,85,178); }

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

background-color css

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

 a { background-color: rgb(206,85,178); }

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

border-color css

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

 span { border-color: rgb(206,85,178); }

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