Html Css Color HEX #CE52B1 Fuchsia

📋 copy color: '#CE52B1'

red 206 ◦ green 82 ◦ blue 177

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

Shades of Fuchsia #CE52B1

Tints of Fuchsia #CE52B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 44.3%
G = 17.63%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE52B1 (or 0xCE52B1) is known color: Fuchsia. HEX triplet: CE, 52 and B1. RGB value is (206,82,177). Sum of RGB (Red+Green+Blue) = 206+82+177=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52B1 is #31AD4E. Grayscale: #818181. Windows color (decimal): -3255631 or 11621070. OLE color: 11621070.

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

Color convert

RGB 206 82 177 -
CMYK 0 0.60 0.14 0.19
HSL 314.03º 0.56% 0.56% -
HSV(B) 314.03º 0.6% 0.81% -
XYZ 36.41 22.33 43.99 -
YUV 129.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 206 82 177 0 0.60 0.14 0.19 314.03 0.56 0.56
Hex CE 52 B1 0 3C E 13 13A 38 38
Octal 316 122 261 0 74 16 23 472 70 70
Binary 11001110 1010010 10110001 0 111100 1110 10011 100111010 111000 111000

Color Harmonies of #CE52B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52B1

Black with #CE52B1

Text Example


Text Example

White with #CE52B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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