Html Css Color HEX #CE36B1 Fuchsia

📋 copy color: '#CE36B1'

red 206 ◦ green 54 ◦ blue 177

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

Shades of Fuchsia #CE36B1

Tints of Fuchsia #CE36B1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.36%

 BLUE value IS 177 (69.53% from 255) = 40.5%

R = 47.14%
G = 12.36%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE36B1 (or 0xCE36B1) is known color: Fuchsia. HEX triplet: CE, 36 and B1. RGB value is (206,54,177). Sum of RGB (Red+Green+Blue) = 206+54+177=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE36B1 is #31C94E. Grayscale: #717171. Windows color (decimal): -3262799 or 11613902. OLE color: 11613902.

HSL color Cylindrical-coordinate representation of color #CE36B1: hue angle of 311.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE36B1 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 54 177 -
CMYK 0 0.74 0.14 0.19
HSL 311.45º 0.61% 0.51% -
HSV(B) 311.45º 0.74% 0.81% -
XYZ 34.71 18.93 43.42 -
YUV 113.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 206 54 177 0 0.74 0.14 0.19 311.45 0.61 0.51
Hex CE 36 B1 0 4A E 13 137 3D 33
Octal 316 66 261 0 112 16 23 467 75 63
Binary 11001110 110110 10110001 0 1001010 1110 10011 100110111 111101 110011

Color Harmonies of #CE36B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36B1

Black with #CE36B1

Text Example


Text Example

White with #CE36B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36B1; }

 p { color: rgb(206,54,177); }

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

background-color css

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

 a { background-color: rgb(206,54,177); }

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

border-color css

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

 span { border-color: rgb(206,54,177); }

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