Html Css Color HEX #C53ACB Fuchsia

📋 copy color: '#C53ACB'

red 197 ◦ green 58 ◦ blue 203

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

Shades of Fuchsia #C53ACB

Tints of Fuchsia #C53ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.66%

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 43.01%
G = 12.66%
B = 44.32%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C53ACB (or 0xC53ACB) is known color: Fuchsia. HEX triplet: C5, 3A and CB. RGB value is (197,58,203). Sum of RGB (Red+Green+Blue) = 197+58+203=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #C53ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ACB is #3AC534. Grayscale: #737373. Windows color (decimal): -3851573 or 13318853. OLE color: 13318853.

HSL color Cylindrical-coordinate representation of color #C53ACB: hue angle of 297.52º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53ACB is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 58 203 -
CMYK 0.03 0.71 0 0.20
HSL 297.52º 0.58% 0.51% -
HSV(B) 297.52º 0.71% 0.8% -
XYZ 35.32 19.21 58.35 -
YUV 116.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 197 58 203 0.03 0.71 0 0.20 297.52 0.58 0.51
Hex C5 3A CB 3 47 0 14 12A 3A 33
Octal 305 72 313 3 107 0 24 452 72 63
Binary 11000101 111010 11001011 11 1000111 0 10100 100101010 111010 110011

Color Harmonies of #C53ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53ACB

Black with #C53ACB

Text Example


Text Example

White with #C53ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53ACB; }

 p { color: rgb(197,58,203); }

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

background-color css

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

 a { background-color: rgb(197,58,203); }

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

border-color css

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

 span { border-color: rgb(197,58,203); }

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