Html Css Color HEX #C53AD0 Fuchsia

📋 copy color: '#C53AD0'

red 197 ◦ green 58 ◦ blue 208

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

Shades of Fuchsia #C53AD0

Tints of Fuchsia #C53AD0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.53%

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

R = 42.55%
G = 12.53%
B = 44.92%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C53AD0 (or 0xC53AD0) is known color: Fuchsia. HEX triplet: C5, 3A and D0. RGB value is (197,58,208). Sum of RGB (Red+Green+Blue) = 197+58+208=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #C53AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AD0 is #3AC52F. Grayscale: #747474. Windows color (decimal): -3851568 or 13646533. OLE color: 13646533.

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

Color convert

RGB 197 58 208 -
CMYK 0.05 0.72 0 0.18
HSL 295.6º 0.61% 0.52% -
HSV(B) 295.6º 0.72% 0.82% -
XYZ 35.92 19.45 61.54 -
YUV 116.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 197 58 208 0.05 0.72 0 0.18 295.6 0.61 0.52
Hex C5 3A D0 5 48 0 12 128 3D 34
Octal 305 72 320 5 110 0 22 450 75 64
Binary 11000101 111010 11010000 101 1001000 0 10010 100101000 111101 110100

Color Harmonies of #C53AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AD0

Black with #C53AD0

Text Example


Text Example

White with #C53AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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