Html Css Color HEX #C53FC8 Fuchsia

📋 copy color: '#C53FC8'

red 197 ◦ green 63 ◦ blue 200

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

Shades of Fuchsia #C53FC8

Tints of Fuchsia #C53FC8

RGB

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

 GREEN value IS 63 (25% from 255) = 13.7%

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 42.83%
G = 13.7%
B = 43.48%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C53FC8 (or 0xC53FC8) is known color: Fuchsia. HEX triplet: C5, 3F and C8. RGB value is (197,63,200). Sum of RGB (Red+Green+Blue) = 197+63+200=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #C53FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FC8 is #3AC037. Grayscale: #767676. Windows color (decimal): -3850296 or 13123525. OLE color: 13123525.

HSL color Cylindrical-coordinate representation of color #C53FC8: hue angle of 298.69º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53FC8 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 63 200 -
CMYK 0.02 0.68 0 0.22
HSL 298.69º 0.55% 0.52% -
HSV(B) 298.69º 0.69% 0.78% -
XYZ 35.23 19.6 56.57 -
YUV 118.68 173.89 183.86 -
System Red Green Blue C M Y K H S L
Decimal 197 63 200 0.02 0.68 0 0.22 298.69 0.55 0.52
Hex C5 3F C8 2 44 0 16 12B 37 34
Octal 305 77 310 2 104 0 26 453 67 64
Binary 11000101 111111 11001000 10 1000100 0 10110 100101011 110111 110100

Color Harmonies of #C53FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FC8

Black with #C53FC8

Text Example


Text Example

White with #C53FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FC8; }

 p { color: rgb(197,63,200); }

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

background-color css

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

 a { background-color: rgb(197,63,200); }

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

border-color css

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

 span { border-color: rgb(197,63,200); }

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