Html Css Color HEX #CE52CA Fuchsia

📋 copy color: '#CE52CA'

red 206 ◦ green 82 ◦ blue 202

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

Shades of Fuchsia #CE52CA

Tints of Fuchsia #CE52CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 42.04%
G = 16.73%
B = 41.22%

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

#CE52CA (or 0xCE52CA) is known color: Fuchsia. HEX triplet: CE, 52 and CA. RGB value is (206,82,202). Sum of RGB (Red+Green+Blue) = 206+82+202=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52CA is #31AD35. Grayscale: #848484. Windows color (decimal): -3255606 or 13259470. OLE color: 13259470.

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

Color convert

RGB 206 82 202 -
CMYK 0 0.60 0.02 0.19
HSL 301.94º 0.56% 0.56% -
HSV(B) 301.94º 0.6% 0.81% -
XYZ 39.13 23.42 58.34 -
YUV 132.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 206 82 202 0 0.60 0.02 0.19 301.94 0.56 0.56
Hex CE 52 CA 0 3C 2 13 12E 38 38
Octal 316 122 312 0 74 2 23 456 70 70
Binary 11001110 1010010 11001010 0 111100 10 10011 100101110 111000 111000

Color Harmonies of #CE52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52CA

Black with #CE52CA

Text Example


Text Example

White with #CE52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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