Html Css Color HEX #CE61AD Fuchsia

📋 copy color: '#CE61AD'

red 206 ◦ green 97 ◦ blue 173

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

Shades of Fuchsia #CE61AD

Tints of Fuchsia #CE61AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.38%

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

R = 43.28%
G = 20.38%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE61AD (or 0xCE61AD) is known color: Fuchsia. HEX triplet: CE, 61 and AD. RGB value is (206,97,173). Sum of RGB (Red+Green+Blue) = 206+97+173=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE61AD is #319E52. Grayscale: #8A8A8A. Windows color (decimal): -3251795 or 11362766. OLE color: 11362766.

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

Color convert

RGB 206 97 173 -
CMYK 0 0.53 0.16 0.19
HSL 318.17º 0.53% 0.59% -
HSV(B) 318.17º 0.53% 0.81% -
XYZ 37.27 24.69 42.34 -
YUV 138.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 206 97 173 0 0.53 0.16 0.19 318.17 0.53 0.59
Hex CE 61 AD 0 35 10 13 13E 35 3B
Octal 316 141 255 0 65 20 23 476 65 73
Binary 11001110 1100001 10101101 0 110101 10000 10011 100111110 110101 111011

Color Harmonies of #CE61AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61AD

Black with #CE61AD

Text Example


Text Example

White with #CE61AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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