Html Css Color HEX #C52FAF Fuchsia

📋 copy color: '#C52FAF'

red 197 ◦ green 47 ◦ blue 175

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

Shades of Fuchsia #C52FAF

Tints of Fuchsia #C52FAF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.22%

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 47.02%
G = 11.22%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C52FAF (or 0xC52FAF) is known color: Fuchsia. HEX triplet: C5, 2F and AF. RGB value is (197,47,175). Sum of RGB (Red+Green+Blue) = 197+47+175=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52FAF is #3AD050. Grayscale: #6A6A6A. Windows color (decimal): -3854417 or 11481029. OLE color: 11481029.

HSL color Cylindrical-coordinate representation of color #C52FAF: hue angle of 308.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52FAF is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 47 175 -
CMYK 0 0.76 0.11 0.23
HSL 308.8º 0.61% 0.48% -
HSV(B) 308.8º 0.76% 0.77% -
XYZ 31.78 17 42.16 -
YUV 106.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 197 47 175 0 0.76 0.11 0.23 308.8 0.61 0.48
Hex C5 2F AF 0 4C B 17 135 3D 30
Octal 305 57 257 0 114 13 27 465 75 60
Binary 11000101 101111 10101111 0 1001100 1011 10111 100110101 111101 110000

Color Harmonies of #C52FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FAF

Black with #C52FAF

Text Example


Text Example

White with #C52FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FAF; }

 p { color: rgb(197,47,175); }

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

background-color css

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

 a { background-color: rgb(197,47,175); }

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

border-color css

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

 span { border-color: rgb(197,47,175); }

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