Html Css Color HEX #CE52AD Fuchsia

📋 copy color: '#CE52AD'

red 206 ◦ green 82 ◦ blue 173

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

Shades of Fuchsia #CE52AD

Tints of Fuchsia #CE52AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.79%

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

R = 44.69%
G = 17.79%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE52AD (or 0xCE52AD) is known color: Fuchsia. HEX triplet: CE, 52 and AD. RGB value is (206,82,173). Sum of RGB (Red+Green+Blue) = 206+82+173=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52AD is #31AD52. Grayscale: #818181. Windows color (decimal): -3255635 or 11358926. OLE color: 11358926.

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

Color convert

RGB 206 82 173 -
CMYK 0 0.60 0.16 0.19
HSL 315.97º 0.56% 0.56% -
HSV(B) 315.97º 0.6% 0.81% -
XYZ 36.01 22.17 41.92 -
YUV 129.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 206 82 173 0 0.60 0.16 0.19 315.97 0.56 0.56
Hex CE 52 AD 0 3C 10 13 13C 38 38
Octal 316 122 255 0 74 20 23 474 70 70
Binary 11001110 1010010 10101101 0 111100 10000 10011 100111100 111000 111000

Color Harmonies of #CE52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52AD

Black with #CE52AD

Text Example


Text Example

White with #CE52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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