Html Css Color HEX #CE36CD Fuchsia

📋 copy color: '#CE36CD'

red 206 ◦ green 54 ◦ blue 205

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

Shades of Fuchsia #CE36CD

Tints of Fuchsia #CE36CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 44.3%
G = 11.61%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE36CD (or 0xCE36CD) is known color: Fuchsia. HEX triplet: CE, 36 and CD. RGB value is (206,54,205). Sum of RGB (Red+Green+Blue) = 206+54+205=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36CD is #31C932. Grayscale: #747474. Windows color (decimal): -3262771 or 13448910. OLE color: 13448910.

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

Color convert

RGB 206 54 205 -
CMYK 0 0.74 0.00 0.19
HSL 300.39º 0.61% 0.51% -
HSV(B) 300.39º 0.74% 0.81% -
XYZ 37.79 20.17 59.66 -
YUV 116.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 206 54 205 0 0.74 0.00 0.19 300.39 0.61 0.51
Hex CE 36 CD 0 4A 0 13 12C 3D 33
Octal 316 66 315 0 112 0 23 454 75 63
Binary 11001110 110110 11001101 0 1001010 0 10011 100101100 111101 110011

Color Harmonies of #CE36CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36CD

Black with #CE36CD

Text Example


Text Example

White with #CE36CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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