Html Css Color HEX #C53CB2 Fuchsia

📋 copy color: '#C53CB2'

red 197 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #C53CB2

Tints of Fuchsia #C53CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 45.29%
G = 13.79%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C53CB2 (or 0xC53CB2) is known color: Fuchsia. HEX triplet: C5, 3C and B2. RGB value is (197,60,178). Sum of RGB (Red+Green+Blue) = 197+60+178=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C53CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53CB2 is #3AC34D. Grayscale: #727272. Windows color (decimal): -3851086 or 11680965. OLE color: 11680965.

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

Color convert

RGB 197 60 178 -
CMYK 0 0.70 0.10 0.23
HSL 308.32º 0.54% 0.5% -
HSV(B) 308.32º 0.7% 0.77% -
XYZ 32.68 18.32 43.93 -
YUV 114.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 197 60 178 0 0.70 0.10 0.23 308.32 0.54 0.5
Hex C5 3C B2 0 46 A 17 134 36 32
Octal 305 74 262 0 106 12 27 464 66 62
Binary 11000101 111100 10110010 0 1000110 1010 10111 100110100 110110 110010

Color Harmonies of #C53CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CB2

Black with #C53CB2

Text Example


Text Example

White with #C53CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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