Html Css Color HEX #CE52AC Fuchsia

📋 copy color: '#CE52AC'

red 206 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #CE52AC

Tints of Fuchsia #CE52AC

RGB

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

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

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

R = 44.78%
G = 17.83%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE52AC (or 0xCE52AC) is known color: Fuchsia. HEX triplet: CE, 52 and AC. RGB value is (206,82,172). Sum of RGB (Red+Green+Blue) = 206+82+172=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52AC is #31AD53. Grayscale: #818181. Windows color (decimal): -3255636 or 11293390. OLE color: 11293390.

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

Color convert

RGB 206 82 172 -
CMYK 0 0.60 0.17 0.19
HSL 316.45º 0.56% 0.56% -
HSV(B) 316.45º 0.6% 0.81% -
XYZ 35.92 22.13 41.41 -
YUV 129.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 206 82 172 0 0.60 0.17 0.19 316.45 0.56 0.56
Hex CE 52 AC 0 3C 11 13 13C 38 38
Octal 316 122 254 0 74 21 23 474 70 70
Binary 11001110 1010010 10101100 0 111100 10001 10011 100111100 111000 111000

Color Harmonies of #CE52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52AC

Black with #CE52AC

Text Example


Text Example

White with #CE52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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