Html Css Color HEX #CE32AD Fuchsia

📋 copy color: '#CE32AD'

red 206 ◦ green 50 ◦ blue 173

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

Shades of Fuchsia #CE32AD

Tints of Fuchsia #CE32AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.66%

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 48.02%
G = 11.66%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE32AD (or 0xCE32AD) is known color: Fuchsia. HEX triplet: CE, 32 and AD. RGB value is (206,50,173). Sum of RGB (Red+Green+Blue) = 206+50+173=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32AD is #31CD52. Grayscale: #6E6E6E. Windows color (decimal): -3263827 or 11350734. OLE color: 11350734.

HSL color Cylindrical-coordinate representation of color #CE32AD: hue angle of 312.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE32AD is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 173 -
CMYK 0 0.76 0.16 0.19
HSL 312.69º 0.61% 0.5% -
HSV(B) 312.69º 0.76% 0.81% -
XYZ 34.14 18.42 41.29 -
YUV 110.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 206 50 173 0 0.76 0.16 0.19 312.69 0.61 0.5
Hex CE 32 AD 0 4C 10 13 139 3D 32
Octal 316 62 255 0 114 20 23 471 75 62
Binary 11001110 110010 10101101 0 1001100 10000 10011 100111001 111101 110010

Color Harmonies of #CE32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32AD

Black with #CE32AD

Text Example


Text Example

White with #CE32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32AD; }

 p { color: rgb(206,50,173); }

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

background-color css

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

 a { background-color: rgb(206,50,173); }

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

border-color css

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

 span { border-color: rgb(206,50,173); }

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