Html Css Color HEX #C53DCD Fuchsia

📋 copy color: '#C53DCD'

red 197 ◦ green 61 ◦ blue 205

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

Shades of Fuchsia #C53DCD

Tints of Fuchsia #C53DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 42.55%
G = 13.17%
B = 44.28%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C53DCD (or 0xC53DCD) is known color: Fuchsia. HEX triplet: C5, 3D and CD. RGB value is (197,61,205). Sum of RGB (Red+Green+Blue) = 197+61+205=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #C53DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DCD is #3AC232. Grayscale: #757575. Windows color (decimal): -3850803 or 13450693. OLE color: 13450693.

HSL color Cylindrical-coordinate representation of color #C53DCD: hue angle of 296.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53DCD is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 61 205 -
CMYK 0.04 0.70 0 0.20
HSL 296.67º 0.59% 0.52% -
HSV(B) 296.67º 0.7% 0.8% -
XYZ 35.71 19.62 59.66 -
YUV 118.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 197 61 205 0.04 0.70 0 0.20 296.67 0.59 0.52
Hex C5 3D CD 4 46 0 14 129 3B 34
Octal 305 75 315 4 106 0 24 451 73 64
Binary 11000101 111101 11001101 100 1000110 0 10100 100101001 111011 110100

Color Harmonies of #C53DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DCD

Black with #C53DCD

Text Example


Text Example

White with #C53DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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