Html Css Color HEX #CE52B2 Fuchsia

📋 copy color: '#CE52B2'

red 206 ◦ green 82 ◦ blue 178

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

Shades of Fuchsia #CE52B2

Tints of Fuchsia #CE52B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 44.21%
G = 17.6%
B = 38.2%

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

#CE52B2 (or 0xCE52B2) is known color: Fuchsia. HEX triplet: CE, 52 and B2. RGB value is (206,82,178). Sum of RGB (Red+Green+Blue) = 206+82+178=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52B2 is #31AD4D. Grayscale: #818181. Windows color (decimal): -3255630 or 11686606. OLE color: 11686606.

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

Color convert

RGB 206 82 178 -
CMYK 0 0.60 0.14 0.19
HSL 313.55º 0.56% 0.56% -
HSV(B) 313.55º 0.6% 0.81% -
XYZ 36.51 22.37 44.51 -
YUV 130.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 206 82 178 0 0.60 0.14 0.19 313.55 0.56 0.56
Hex CE 52 B2 0 3C E 13 13A 38 38
Octal 316 122 262 0 74 16 23 472 70 70
Binary 11001110 1010010 10110010 0 111100 1110 10011 100111010 111000 111000

Color Harmonies of #CE52B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52B2

Black with #CE52B2

Text Example


Text Example

White with #CE52B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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