Html Css Color HEX #C53FBA Fuchsia

📋 copy color: '#C53FBA'

red 197 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #C53FBA

Tints of Fuchsia #C53FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.13%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 44.17%
G = 14.13%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C53FBA (or 0xC53FBA) is known color: Fuchsia. HEX triplet: C5, 3F and BA. RGB value is (197,63,186). Sum of RGB (Red+Green+Blue) = 197+63+186=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FBA is #3AC045. Grayscale: #747474. Windows color (decimal): -3850310 or 12206021. OLE color: 12206021.

HSL color Cylindrical-coordinate representation of color #C53FBA: hue angle of 304.93º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53FBA is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 186 -
CMYK 0 0.68 0.06 0.23
HSL 304.93º 0.54% 0.51% -
HSV(B) 304.93º 0.68% 0.77% -
XYZ 33.67 18.97 48.34 -
YUV 117.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 197 63 186 0 0.68 0.06 0.23 304.93 0.54 0.51
Hex C5 3F BA 0 44 6 17 131 36 33
Octal 305 77 272 0 104 6 27 461 66 63
Binary 11000101 111111 10111010 0 1000100 110 10111 100110001 110110 110011

Color Harmonies of #C53FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FBA

Black with #C53FBA

Text Example


Text Example

White with #C53FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FBA; }

 p { color: rgb(197,63,186); }

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

background-color css

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

 a { background-color: rgb(197,63,186); }

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

border-color css

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

 span { border-color: rgb(197,63,186); }

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