Html Css Color HEX #C53DCF Fuchsia

📋 copy color: '#C53DCF'

red 197 ◦ green 61 ◦ blue 207

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

Shades of Fuchsia #C53DCF

Tints of Fuchsia #C53DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 42.37%
G = 13.12%
B = 44.52%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C53DCF (or 0xC53DCF) is known color: Fuchsia. HEX triplet: C5, 3D and CF. RGB value is (197,61,207). Sum of RGB (Red+Green+Blue) = 197+61+207=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #C53DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DCF is #3AC230. Grayscale: #757575. Windows color (decimal): -3850801 or 13581765. OLE color: 13581765.

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

Color convert

RGB 197 61 207 -
CMYK 0.05 0.71 0 0.19
HSL 295.89º 0.6% 0.53% -
HSV(B) 295.89º 0.71% 0.81% -
XYZ 35.96 19.71 60.94 -
YUV 118.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 197 61 207 0.05 0.71 0 0.19 295.89 0.6 0.53
Hex C5 3D CF 5 47 0 13 128 3C 35
Octal 305 75 317 5 107 0 23 450 74 65
Binary 11000101 111101 11001111 101 1000111 0 10011 100101000 111100 110101

Color Harmonies of #C53DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DCF

Black with #C53DCF

Text Example


Text Example

White with #C53DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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