Html Css Color HEX #CE36D5 Fuchsia

📋 copy color: '#CE36D5'

red 206 ◦ green 54 ◦ blue 213

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

Shades of Fuchsia #CE36D5

Tints of Fuchsia #CE36D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 43.55%
G = 11.42%
B = 45.03%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE36D5 (or 0xCE36D5) is known color: Fuchsia. HEX triplet: CE, 36 and D5. RGB value is (206,54,213). Sum of RGB (Red+Green+Blue) = 206+54+213=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE36D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36D5 is #31C92A. Grayscale: #757575. Windows color (decimal): -3262763 or 13973198. OLE color: 13973198.

HSL color Cylindrical-coordinate representation of color #CE36D5: hue angle of 297.36º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE36D5 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 54 213 -
CMYK 0.03 0.75 0 0.16
HSL 297.36º 0.65% 0.52% -
HSV(B) 297.36º 0.75% 0.84% -
XYZ 38.78 20.56 64.88 -
YUV 117.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 206 54 213 0.03 0.75 0 0.16 297.36 0.65 0.52
Hex CE 36 D5 3 4B 0 10 129 41 34
Octal 316 66 325 3 113 0 20 451 101 64
Binary 11001110 110110 11010101 11 1001011 0 10000 100101001 1000001 110100

Color Harmonies of #CE36D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36D5

Black with #CE36D5

Text Example


Text Example

White with #CE36D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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