Html Css Color HEX #CE55B5 Fuchsia

📋 copy color: '#CE55B5'

red 206 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #CE55B5

Tints of Fuchsia #CE55B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.35%

R = 43.64%
G = 18.01%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE55B5 (or 0xCE55B5) is known color: Fuchsia. HEX triplet: CE, 55 and B5. RGB value is (206,85,181). Sum of RGB (Red+Green+Blue) = 206+85+181=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55B5 is #31AA4A. Grayscale: #838383. Windows color (decimal): -3254859 or 11883982. OLE color: 11883982.

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

Color convert

RGB 206 85 181 -
CMYK 0 0.59 0.12 0.19
HSL 312.4º 0.55% 0.57% -
HSV(B) 312.4º 0.59% 0.81% -
XYZ 37.04 22.96 46.19 -
YUV 132.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 206 85 181 0 0.59 0.12 0.19 312.4 0.55 0.57
Hex CE 55 B5 0 3B C 13 138 37 39
Octal 316 125 265 0 73 14 23 470 67 71
Binary 11001110 1010101 10110101 0 111011 1100 10011 100111000 110111 111001

Color Harmonies of #CE55B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55B5

Black with #CE55B5

Text Example


Text Example

White with #CE55B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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