Html Css Color HEX #CE52CE Fuchsia

📋 copy color: '#CE52CE'

red 206 ◦ green 82 ◦ blue 206

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

Shades of Fuchsia #CE52CE

Tints of Fuchsia #CE52CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 41.7%
G = 16.6%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE52CE (or 0xCE52CE) is known color: Fuchsia. HEX triplet: CE, 52 and CE. RGB value is (206,82,206). Sum of RGB (Red+Green+Blue) = 206+82+206=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE52CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52CE is #31AD31. Grayscale: #848484. Windows color (decimal): -3255602 or 13521614. OLE color: 13521614.

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

Color convert

RGB 206 82 206 -
CMYK 0 0.60 0 0.19
HSL 300º 0.56% 0.56% -
HSV(B) 300º 0.6% 0.81% -
XYZ 39.61 23.61 60.86 -
YUV 133.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 206 82 206 0 0.60 0 0.19 300 0.56 0.56
Hex CE 52 CE 0 3C 0 13 12C 38 38
Octal 316 122 316 0 74 0 23 454 70 70
Binary 11001110 1010010 11001110 0 111100 0 10011 100101100 111000 111000

Color Harmonies of #CE52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52CE

Black with #CE52CE

Text Example


Text Example

White with #CE52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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