Html Css Color HEX #CE52C9 Fuchsia

📋 copy color: '#CE52C9'

red 206 ◦ green 82 ◦ blue 201

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

Shades of Fuchsia #CE52C9

Tints of Fuchsia #CE52C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.1%

R = 42.13%
G = 16.77%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE52C9 (or 0xCE52C9) is known color: Fuchsia. HEX triplet: CE, 52 and C9. RGB value is (206,82,201). Sum of RGB (Red+Green+Blue) = 206+82+201=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52C9 is #31AD36. Grayscale: #848484. Windows color (decimal): -3255607 or 13193934. OLE color: 13193934.

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

Color convert

RGB 206 82 201 -
CMYK 0 0.60 0.02 0.19
HSL 302.42º 0.56% 0.56% -
HSV(B) 302.42º 0.6% 0.81% -
XYZ 39.01 23.37 57.71 -
YUV 132.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 206 82 201 0 0.60 0.02 0.19 302.42 0.56 0.56
Hex CE 52 C9 0 3C 2 13 12E 38 38
Octal 316 122 311 0 74 2 23 456 70 70
Binary 11001110 1010010 11001001 0 111100 10 10011 100101110 111000 111000

Color Harmonies of #CE52C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52C9

Black with #CE52C9

Text Example


Text Example

White with #CE52C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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