Html Css Color HEX #CE52BC Fuchsia

📋 copy color: '#CE52BC'

red 206 ◦ green 82 ◦ blue 188

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

Shades of Fuchsia #CE52BC

Tints of Fuchsia #CE52BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 43.28%
G = 17.23%
B = 39.5%

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

#CE52BC (or 0xCE52BC) is known color: Fuchsia. HEX triplet: CE, 52 and BC. RGB value is (206,82,188). Sum of RGB (Red+Green+Blue) = 206+82+188=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52BC is #31AD43. Grayscale: #828282. Windows color (decimal): -3255620 or 12341966. OLE color: 12341966.

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

Color convert

RGB 206 82 188 -
CMYK 0 0.60 0.09 0.19
HSL 308.71º 0.56% 0.56% -
HSV(B) 308.71º 0.6% 0.81% -
XYZ 37.55 22.79 50 -
YUV 131.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 206 82 188 0 0.60 0.09 0.19 308.71 0.56 0.56
Hex CE 52 BC 0 3C 9 13 135 38 38
Octal 316 122 274 0 74 11 23 465 70 70
Binary 11001110 1010010 10111100 0 111100 1001 10011 100110101 111000 111000

Color Harmonies of #CE52BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52BC

Black with #CE52BC

Text Example


Text Example

White with #CE52BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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