Html Css Color HEX #C53CB4 Fuchsia

📋 copy color: '#C53CB4'

red 197 ◦ green 60 ◦ blue 180

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

Shades of Fuchsia #C53CB4

Tints of Fuchsia #C53CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.19%

R = 45.08%
G = 13.73%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C53CB4 (or 0xC53CB4) is known color: Fuchsia. HEX triplet: C5, 3C and B4. RGB value is (197,60,180). Sum of RGB (Red+Green+Blue) = 197+60+180=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C53CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CB4 is #3AC34B. Grayscale: #727272. Windows color (decimal): -3851084 or 11812037. OLE color: 11812037.

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

Color convert

RGB 197 60 180 -
CMYK 0 0.70 0.09 0.23
HSL 307.45º 0.54% 0.5% -
HSV(B) 307.45º 0.7% 0.77% -
XYZ 32.88 18.4 45 -
YUV 114.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 197 60 180 0 0.70 0.09 0.23 307.45 0.54 0.5
Hex C5 3C B4 0 46 9 17 133 36 32
Octal 305 74 264 0 106 11 27 463 66 62
Binary 11000101 111100 10110100 0 1000110 1001 10111 100110011 110110 110010

Color Harmonies of #C53CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CB4

Black with #C53CB4

Text Example


Text Example

White with #C53CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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