Html Css Color HEX #CE38AC Fuchsia

📋 copy color: '#CE38AC'

red 206 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #CE38AC

Tints of Fuchsia #CE38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.9%

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 47.47%
G = 12.9%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE38AC (or 0xCE38AC) is known color: Fuchsia. HEX triplet: CE, 38 and AC. RGB value is (206,56,172). Sum of RGB (Red+Green+Blue) = 206+56+172=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE38AC is #31C753. Grayscale: #717171. Windows color (decimal): -3262292 or 11286734. OLE color: 11286734.

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

Color convert

RGB 206 56 172 -
CMYK 0 0.73 0.17 0.19
HSL 313.6º 0.6% 0.51% -
HSV(B) 313.6º 0.73% 0.81% -
XYZ 34.31 18.93 40.87 -
YUV 114.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 206 56 172 0 0.73 0.17 0.19 313.6 0.6 0.51
Hex CE 38 AC 0 49 11 13 13A 3C 33
Octal 316 70 254 0 111 21 23 472 74 63
Binary 11001110 111000 10101100 0 1001001 10001 10011 100111010 111100 110011

Color Harmonies of #CE38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38AC

Black with #CE38AC

Text Example


Text Example

White with #CE38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38AC; }

 p { color: rgb(206,56,172); }

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

background-color css

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

 a { background-color: rgb(206,56,172); }

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

border-color css

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

 span { border-color: rgb(206,56,172); }

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