Html Css Color HEX #C53FCA Fuchsia

📋 copy color: '#C53FCA'

red 197 ◦ green 63 ◦ blue 202

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

Shades of Fuchsia #C53FCA

Tints of Fuchsia #C53FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 42.64%
G = 13.64%
B = 43.72%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C53FCA (or 0xC53FCA) is known color: Fuchsia. HEX triplet: C5, 3F and CA. RGB value is (197,63,202). Sum of RGB (Red+Green+Blue) = 197+63+202=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #C53FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FCA is #3AC035. Grayscale: #767676. Windows color (decimal): -3850294 or 13254597. OLE color: 13254597.

HSL color Cylindrical-coordinate representation of color #C53FCA: hue angle of 297.84º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53FCA is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 63 202 -
CMYK 0.02 0.69 0 0.21
HSL 297.84º 0.57% 0.52% -
HSV(B) 297.84º 0.69% 0.79% -
XYZ 35.46 19.69 57.81 -
YUV 118.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 197 63 202 0.02 0.69 0 0.21 297.84 0.57 0.52
Hex C5 3F CA 2 45 0 15 12A 39 34
Octal 305 77 312 2 105 0 25 452 71 64
Binary 11000101 111111 11001010 10 1000101 0 10101 100101010 111001 110100

Color Harmonies of #C53FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FCA

Black with #C53FCA

Text Example


Text Example

White with #C53FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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