Html Css Color HEX #CE52BB Fuchsia

📋 copy color: '#CE52BB'

red 206 ◦ green 82 ◦ blue 187

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

Shades of Fuchsia #CE52BB

Tints of Fuchsia #CE52BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 43.37%
G = 17.26%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE52BB (or 0xCE52BB) is known color: Fuchsia. HEX triplet: CE, 52 and BB. RGB value is (206,82,187). Sum of RGB (Red+Green+Blue) = 206+82+187=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52BB is #31AD44. Grayscale: #828282. Windows color (decimal): -3255621 or 12276430. OLE color: 12276430.

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

Color convert

RGB 206 82 187 -
CMYK 0 0.60 0.09 0.19
HSL 309.19º 0.56% 0.56% -
HSV(B) 309.19º 0.6% 0.81% -
XYZ 37.44 22.74 49.43 -
YUV 131.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 206 82 187 0 0.60 0.09 0.19 309.19 0.56 0.56
Hex CE 52 BB 0 3C 9 13 135 38 38
Octal 316 122 273 0 74 11 23 465 70 70
Binary 11001110 1010010 10111011 0 111100 1001 10011 100110101 111000 111000

Color Harmonies of #CE52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52BB

Black with #CE52BB

Text Example


Text Example

White with #CE52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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