Html Css Color HEX #CE52B0 Fuchsia

📋 copy color: '#CE52B0'

red 206 ◦ green 82 ◦ blue 176

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

Shades of Fuchsia #CE52B0

Tints of Fuchsia #CE52B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 44.4%
G = 17.67%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE52B0 (or 0xCE52B0) is known color: Fuchsia. HEX triplet: CE, 52 and B0. RGB value is (206,82,176). Sum of RGB (Red+Green+Blue) = 206+82+176=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52B0 is #31AD4F. Grayscale: #818181. Windows color (decimal): -3255632 or 11555534. OLE color: 11555534.

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

Color convert

RGB 206 82 176 -
CMYK 0 0.60 0.15 0.19
HSL 314.52º 0.56% 0.56% -
HSV(B) 314.52º 0.6% 0.81% -
XYZ 36.31 22.29 43.46 -
YUV 129.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 206 82 176 0 0.60 0.15 0.19 314.52 0.56 0.56
Hex CE 52 B0 0 3C F 13 13B 38 38
Octal 316 122 260 0 74 17 23 473 70 70
Binary 11001110 1010010 10110000 0 111100 1111 10011 100111011 111000 111000

Color Harmonies of #CE52B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52B0

Black with #CE52B0

Text Example


Text Example

White with #CE52B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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