Html Css Color HEX #CE36AF Fuchsia

📋 copy color: '#CE36AF'

red 206 ◦ green 54 ◦ blue 175

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

Shades of Fuchsia #CE36AF

Tints of Fuchsia #CE36AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 47.36%
G = 12.41%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE36AF (or 0xCE36AF) is known color: Fuchsia. HEX triplet: CE, 36 and AF. RGB value is (206,54,175). Sum of RGB (Red+Green+Blue) = 206+54+175=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE36AF is #31C950. Grayscale: #707070. Windows color (decimal): -3262801 or 11482830. OLE color: 11482830.

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

Color convert

RGB 206 54 175 -
CMYK 0 0.74 0.15 0.19
HSL 312.24º 0.61% 0.51% -
HSV(B) 312.24º 0.74% 0.81% -
XYZ 34.51 18.86 42.38 -
YUV 113.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 206 54 175 0 0.74 0.15 0.19 312.24 0.61 0.51
Hex CE 36 AF 0 4A F 13 138 3D 33
Octal 316 66 257 0 112 17 23 470 75 63
Binary 11001110 110110 10101111 0 1001010 1111 10011 100111000 111101 110011

Color Harmonies of #CE36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36AF

Black with #CE36AF

Text Example


Text Example

White with #CE36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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