Html Css Color HEX #CE36B2 Fuchsia

📋 copy color: '#CE36B2'

red 206 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #CE36B2

Tints of Fuchsia #CE36B2

RGB

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

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

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

R = 47.03%
G = 12.33%
B = 40.64%

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

#CE36B2 (or 0xCE36B2) is known color: Fuchsia. HEX triplet: CE, 36 and B2. RGB value is (206,54,178). Sum of RGB (Red+Green+Blue) = 206+54+178=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE36B2 is #31C94D. Grayscale: #717171. Windows color (decimal): -3262798 or 11679438. OLE color: 11679438.

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

Color convert

RGB 206 54 178 -
CMYK 0 0.74 0.14 0.19
HSL 311.05º 0.61% 0.51% -
HSV(B) 311.05º 0.74% 0.81% -
XYZ 34.81 18.97 43.95 -
YUV 113.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 206 54 178 0 0.74 0.14 0.19 311.05 0.61 0.51
Hex CE 36 B2 0 4A E 13 137 3D 33
Octal 316 66 262 0 112 16 23 467 75 63
Binary 11001110 110110 10110010 0 1001010 1110 10011 100110111 111101 110011

Color Harmonies of #CE36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36B2

Black with #CE36B2

Text Example


Text Example

White with #CE36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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