Html Css Color HEX #C52FBF Fuchsia

📋 copy color: '#C52FBF'

red 197 ◦ green 47 ◦ blue 191

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

Shades of Fuchsia #C52FBF

Tints of Fuchsia #C52FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 45.29%
G = 10.8%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C52FBF (or 0xC52FBF) is known color: Fuchsia. HEX triplet: C5, 2F and BF. RGB value is (197,47,191). Sum of RGB (Red+Green+Blue) = 197+47+191=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FBF is #3AD040. Grayscale: #6B6B6B. Windows color (decimal): -3854401 or 12529605. OLE color: 12529605.

HSL color Cylindrical-coordinate representation of color #C52FBF: hue angle of 302.4º 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 #C52FBF is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 47 191 -
CMYK 0 0.76 0.03 0.23
HSL 302.4º 0.61% 0.48% -
HSV(B) 302.4º 0.76% 0.77% -
XYZ 33.45 17.66 50.94 -
YUV 108.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 197 47 191 0 0.76 0.03 0.23 302.4 0.61 0.48
Hex C5 2F BF 0 4C 3 17 12E 3D 30
Octal 305 57 277 0 114 3 27 456 75 60
Binary 11000101 101111 10111111 0 1001100 11 10111 100101110 111101 110000

Color Harmonies of #C52FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FBF

Black with #C52FBF

Text Example


Text Example

White with #C52FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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