Html Css Color HEX #C53FCF Fuchsia

📋 copy color: '#C53FCF'

red 197 ◦ green 63 ◦ blue 207

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

Shades of Fuchsia #C53FCF

Tints of Fuchsia #C53FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 42.18%
G = 13.49%
B = 44.33%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C53FCF (or 0xC53FCF) is known color: Fuchsia. HEX triplet: C5, 3F and CF. RGB value is (197,63,207). Sum of RGB (Red+Green+Blue) = 197+63+207=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #C53FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FCF is #3AC030. Grayscale: #777777. Windows color (decimal): -3850289 or 13582277. OLE color: 13582277.

HSL color Cylindrical-coordinate representation of color #C53FCF: hue angle of 295.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53FCF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 63 207 -
CMYK 0.05 0.70 0 0.19
HSL 295.83º 0.6% 0.53% -
HSV(B) 295.83º 0.7% 0.81% -
XYZ 36.07 19.93 60.98 -
YUV 119.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 197 63 207 0.05 0.70 0 0.19 295.83 0.6 0.53
Hex C5 3F CF 5 46 0 13 128 3C 35
Octal 305 77 317 5 106 0 23 450 74 65
Binary 11000101 111111 11001111 101 1000110 0 10011 100101000 111100 110101

Color Harmonies of #C53FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FCF

Black with #C53FCF

Text Example


Text Example

White with #C53FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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