Html Css Color HEX #CE52C8 Fuchsia

📋 copy color: '#CE52C8'

red 206 ◦ green 82 ◦ blue 200

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

Shades of Fuchsia #CE52C8

Tints of Fuchsia #CE52C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.98%

R = 42.21%
G = 16.8%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE52C8 (or 0xCE52C8) is known color: Fuchsia. HEX triplet: CE, 52 and C8. RGB value is (206,82,200). Sum of RGB (Red+Green+Blue) = 206+82+200=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52C8 is #31AD37. Grayscale: #848484. Windows color (decimal): -3255608 or 13128398. OLE color: 13128398.

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

Color convert

RGB 206 82 200 -
CMYK 0 0.60 0.03 0.19
HSL 302.9º 0.56% 0.56% -
HSV(B) 302.9º 0.6% 0.81% -
XYZ 38.9 23.33 57.1 -
YUV 132.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 206 82 200 0 0.60 0.03 0.19 302.9 0.56 0.56
Hex CE 52 C8 0 3C 3 13 12F 38 38
Octal 316 122 310 0 74 3 23 457 70 70
Binary 11001110 1010010 11001000 0 111100 11 10011 100101111 111000 111000

Color Harmonies of #CE52C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52C8

Black with #CE52C8

Text Example


Text Example

White with #CE52C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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