Html Css Color HEX #C53ED0 Fuchsia

📋 copy color: '#C53ED0'

red 197 ◦ green 62 ◦ blue 208

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

Shades of Fuchsia #C53ED0

Tints of Fuchsia #C53ED0

RGB

 RED value IS 197 (77.34% from 255) = 42.18%

 GREEN value IS 62 (24.61% from 255) = 13.28%

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 42.18%
G = 13.28%
B = 44.54%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C53ED0 (or 0xC53ED0) is known color: Fuchsia. HEX triplet: C5, 3E and D0. RGB value is (197,62,208). Sum of RGB (Red+Green+Blue) = 197+62+208=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #C53ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ED0 is #3AC12F. Grayscale: #767676. Windows color (decimal): -3850544 or 13647557. OLE color: 13647557.

HSL color Cylindrical-coordinate representation of color #C53ED0: hue angle of 295.48º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53ED0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 62 208 -
CMYK 0.05 0.70 0 0.18
HSL 295.48º 0.61% 0.53% -
HSV(B) 295.48º 0.7% 0.82% -
XYZ 36.13 19.87 61.61 -
YUV 119.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 197 62 208 0.05 0.70 0 0.18 295.48 0.61 0.53
Hex C5 3E D0 5 46 0 12 127 3D 35
Octal 305 76 320 5 106 0 22 447 75 65
Binary 11000101 111110 11010000 101 1000110 0 10010 100100111 111101 110101

Color Harmonies of #C53ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53ED0

Black with #C53ED0

Text Example


Text Example

White with #C53ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53ED0; }

 p { color: rgb(197,62,208); }

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

background-color css

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

 a { background-color: rgb(197,62,208); }

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

border-color css

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

 span { border-color: rgb(197,62,208); }

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