Html Css Color HEX #C53CB5 Fuchsia

📋 copy color: '#C53CB5'

red 197 ◦ green 60 ◦ blue 181

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

Shades of Fuchsia #C53CB5

Tints of Fuchsia #C53CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 44.98%
G = 13.7%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C53CB5 (or 0xC53CB5) is known color: Fuchsia. HEX triplet: C5, 3C and B5. RGB value is (197,60,181). Sum of RGB (Red+Green+Blue) = 197+60+181=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C53CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CB5 is #3AC34A. Grayscale: #727272. Windows color (decimal): -3851083 or 11877573. OLE color: 11877573.

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

Color convert

RGB 197 60 181 -
CMYK 0 0.70 0.08 0.23
HSL 307.01º 0.54% 0.5% -
HSV(B) 307.01º 0.7% 0.77% -
XYZ 32.98 18.44 45.54 -
YUV 114.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 197 60 181 0 0.70 0.08 0.23 307.01 0.54 0.5
Hex C5 3C B5 0 46 8 17 133 36 32
Octal 305 74 265 0 106 10 27 463 66 62
Binary 11000101 111100 10110101 0 1000110 1000 10111 100110011 110110 110010

Color Harmonies of #C53CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CB5

Black with #C53CB5

Text Example


Text Example

White with #C53CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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