Html Css Color HEX #C53DD0 Fuchsia

📋 copy color: '#C53DD0'

red 197 ◦ green 61 ◦ blue 208

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

Shades of Fuchsia #C53DD0

Tints of Fuchsia #C53DD0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.09%

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

R = 42.27%
G = 13.09%
B = 44.64%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C53DD0 (or 0xC53DD0) is known color: Fuchsia. HEX triplet: C5, 3D and D0. RGB value is (197,61,208). Sum of RGB (Red+Green+Blue) = 197+61+208=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #C53DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DD0 is #3AC22F. Grayscale: #757575. Windows color (decimal): -3850800 or 13647301. OLE color: 13647301.

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

Color convert

RGB 197 61 208 -
CMYK 0.05 0.71 0 0.18
HSL 295.51º 0.61% 0.53% -
HSV(B) 295.51º 0.71% 0.82% -
XYZ 36.08 19.76 61.59 -
YUV 118.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 197 61 208 0.05 0.71 0 0.18 295.51 0.61 0.53
Hex C5 3D D0 5 47 0 12 128 3D 35
Octal 305 75 320 5 107 0 22 450 75 65
Binary 11000101 111101 11010000 101 1000111 0 10010 100101000 111101 110101

Color Harmonies of #C53DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DD0

Black with #C53DD0

Text Example


Text Example

White with #C53DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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