Html Css Color HEX #CE52BA Fuchsia

📋 copy color: '#CE52BA'

red 206 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #CE52BA

Tints of Fuchsia #CE52BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 43.46%
G = 17.3%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE52BA (or 0xCE52BA) is known color: Fuchsia. HEX triplet: CE, 52 and BA. RGB value is (206,82,186). Sum of RGB (Red+Green+Blue) = 206+82+186=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52BA is #31AD45. Grayscale: #828282. Windows color (decimal): -3255622 or 12210894. OLE color: 12210894.

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

Color convert

RGB 206 82 186 -
CMYK 0 0.60 0.10 0.19
HSL 309.68º 0.56% 0.56% -
HSV(B) 309.68º 0.6% 0.81% -
XYZ 37.33 22.7 48.87 -
YUV 130.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 206 82 186 0 0.60 0.10 0.19 309.68 0.56 0.56
Hex CE 52 BA 0 3C A 13 136 38 38
Octal 316 122 272 0 74 12 23 466 70 70
Binary 11001110 1010010 10111010 0 111100 1010 10011 100110110 111000 111000

Color Harmonies of #CE52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52BA

Black with #CE52BA

Text Example


Text Example

White with #CE52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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