Html Css Color HEX #CE5CB5 Fuchsia

📋 copy color: '#CE5CB5'

red 206 ◦ green 92 ◦ blue 181

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

Shades of Fuchsia #CE5CB5

Tints of Fuchsia #CE5CB5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.21%

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

R = 43.01%
G = 19.21%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE5CB5 (or 0xCE5CB5) is known color: Fuchsia. HEX triplet: CE, 5C and B5. RGB value is (206,92,181). Sum of RGB (Red+Green+Blue) = 206+92+181=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CB5 is #31A34A. Grayscale: #878787. Windows color (decimal): -3253067 or 11885774. OLE color: 11885774.

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

Color convert

RGB 206 92 181 -
CMYK 0 0.55 0.12 0.19
HSL 313.16º 0.54% 0.58% -
HSV(B) 313.16º 0.55% 0.81% -
XYZ 37.62 24.11 46.39 -
YUV 136.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 206 92 181 0 0.55 0.12 0.19 313.16 0.54 0.58
Hex CE 5C B5 0 37 C 13 139 36 3A
Octal 316 134 265 0 67 14 23 471 66 72
Binary 11001110 1011100 10110101 0 110111 1100 10011 100111001 110110 111010

Color Harmonies of #CE5CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CB5

Black with #CE5CB5

Text Example


Text Example

White with #CE5CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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