Html Css Color HEX #CE52CC Fuchsia

📋 copy color: '#CE52CC'

red 206 ◦ green 82 ◦ blue 204

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

Shades of Fuchsia #CE52CC

Tints of Fuchsia #CE52CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 41.87%
G = 16.67%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE52CC (or 0xCE52CC) is known color: Fuchsia. HEX triplet: CE, 52 and CC. RGB value is (206,82,204). Sum of RGB (Red+Green+Blue) = 206+82+204=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52CC is #31AD33. Grayscale: #848484. Windows color (decimal): -3255604 or 13390542. OLE color: 13390542.

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

Color convert

RGB 206 82 204 -
CMYK 0 0.60 0.01 0.19
HSL 300.97º 0.56% 0.56% -
HSV(B) 300.97º 0.6% 0.81% -
XYZ 39.37 23.52 59.59 -
YUV 132.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 206 82 204 0 0.60 0.01 0.19 300.97 0.56 0.56
Hex CE 52 CC 0 3C 1 13 12D 38 38
Octal 316 122 314 0 74 1 23 455 70 70
Binary 11001110 1010010 11001100 0 111100 1 10011 100101101 111000 111000

Color Harmonies of #CE52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52CC

Black with #CE52CC

Text Example


Text Example

White with #CE52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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