Html Css Color HEX #CE53CA Fuchsia

📋 copy color: '#CE53CA'

red 206 ◦ green 83 ◦ blue 202

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

Shades of Fuchsia #CE53CA

Tints of Fuchsia #CE53CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.9%

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

R = 41.96%
G = 16.9%
B = 41.14%

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

#CE53CA (or 0xCE53CA) is known color: Fuchsia. HEX triplet: CE, 53 and CA. RGB value is (206,83,202). Sum of RGB (Red+Green+Blue) = 206+83+202=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53CA is #31AC35. Grayscale: #848484. Windows color (decimal): -3255350 or 13259726. OLE color: 13259726.

HSL color Cylindrical-coordinate representation of color #CE53CA: hue angle of 301.95º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE53CA is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 202 -
CMYK 0 0.60 0.02 0.19
HSL 301.95º 0.56% 0.57% -
HSV(B) 301.95º 0.6% 0.81% -
XYZ 39.21 23.57 58.36 -
YUV 133.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 206 83 202 0 0.60 0.02 0.19 301.95 0.56 0.57
Hex CE 53 CA 0 3C 2 13 12E 38 39
Octal 316 123 312 0 74 2 23 456 70 71
Binary 11001110 1010011 11001010 0 111100 10 10011 100101110 111000 111001

Color Harmonies of #CE53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53CA

Black with #CE53CA

Text Example


Text Example

White with #CE53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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