Html Css Color HEX #C53CB6 Fuchsia

📋 copy color: '#C53CB6'

red 197 ◦ green 60 ◦ blue 182

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

Shades of Fuchsia #C53CB6

Tints of Fuchsia #C53CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.46%

R = 44.87%
G = 13.67%
B = 41.46%

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

#C53CB6 (or 0xC53CB6) is known color: Fuchsia. HEX triplet: C5, 3C and B6. RGB value is (197,60,182). Sum of RGB (Red+Green+Blue) = 197+60+182=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C53CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CB6 is #3AC349. Grayscale: #727272. Windows color (decimal): -3851082 or 11943109. OLE color: 11943109.

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

Color convert

RGB 197 60 182 -
CMYK 0 0.70 0.08 0.23
HSL 306.57º 0.54% 0.5% -
HSV(B) 306.57º 0.7% 0.77% -
XYZ 33.09 18.48 46.08 -
YUV 114.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 197 60 182 0 0.70 0.08 0.23 306.57 0.54 0.5
Hex C5 3C B6 0 46 8 17 133 36 32
Octal 305 74 266 0 106 10 27 463 66 62
Binary 11000101 111100 10110110 0 1000110 1000 10111 100110011 110110 110010

Color Harmonies of #C53CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CB6

Black with #C53CB6

Text Example


Text Example

White with #C53CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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