Html Css Color HEX #C53CBB Fuchsia

📋 copy color: '#C53CBB'

red 197 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #C53CBB

Tints of Fuchsia #C53CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.51%

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 44.37%
G = 13.51%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C53CBB (or 0xC53CBB) is known color: Fuchsia. HEX triplet: C5, 3C and BB. RGB value is (197,60,187). Sum of RGB (Red+Green+Blue) = 197+60+187=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C53CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CBB is #3AC344. Grayscale: #737373. Windows color (decimal): -3851077 or 12270789. OLE color: 12270789.

HSL color Cylindrical-coordinate representation of color #C53CBB: hue angle of 304.38º 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 #C53CBB is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 60 187 -
CMYK 0 0.70 0.05 0.23
HSL 304.38º 0.54% 0.5% -
HSV(B) 304.38º 0.7% 0.77% -
XYZ 33.61 18.69 48.85 -
YUV 115.44 168.39 186.17 -
System Red Green Blue C M Y K H S L
Decimal 197 60 187 0 0.70 0.05 0.23 304.38 0.54 0.5
Hex C5 3C BB 0 46 5 17 130 36 32
Octal 305 74 273 0 106 5 27 460 66 62
Binary 11000101 111100 10111011 0 1000110 101 10111 100110000 110110 110010

Color Harmonies of #C53CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CBB

Black with #C53CBB

Text Example


Text Example

White with #C53CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CBB; }

 p { color: rgb(197,60,187); }

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

background-color css

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

 a { background-color: rgb(197,60,187); }

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

border-color css

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

 span { border-color: rgb(197,60,187); }

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