Html Css Color HEX #C53BBA Fuchsia

📋 copy color: '#C53BBA'

red 197 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #C53BBA

Tints of Fuchsia #C53BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

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

R = 44.57%
G = 13.35%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C53BBA (or 0xC53BBA) is known color: Fuchsia. HEX triplet: C5, 3B and BA. RGB value is (197,59,186). Sum of RGB (Red+Green+Blue) = 197+59+186=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BBA is #3AC445. Grayscale: #727272. Windows color (decimal): -3851334 or 12204997. OLE color: 12204997.

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

Color convert

RGB 197 59 186 -
CMYK 0 0.70 0.06 0.23
HSL 304.78º 0.54% 0.5% -
HSV(B) 304.78º 0.7% 0.77% -
XYZ 33.45 18.54 48.27 -
YUV 114.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 197 59 186 0 0.70 0.06 0.23 304.78 0.54 0.5
Hex C5 3B BA 0 46 6 17 131 36 32
Octal 305 73 272 0 106 6 27 461 66 62
Binary 11000101 111011 10111010 0 1000110 110 10111 100110001 110110 110010

Color Harmonies of #C53BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BBA

Black with #C53BBA

Text Example


Text Example

White with #C53BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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