Html Css Color HEX #C52FBA Fuchsia

📋 copy color: '#C52FBA'

red 197 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #C52FBA

Tints of Fuchsia #C52FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 45.81%
G = 10.93%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C52FBA (or 0xC52FBA) is known color: Fuchsia. HEX triplet: C5, 2F and BA. RGB value is (197,47,186). Sum of RGB (Red+Green+Blue) = 197+47+186=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FBA is #3AD045. Grayscale: #6B6B6B. Windows color (decimal): -3854406 or 12201925. OLE color: 12201925.

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

Color convert

RGB 197 47 186 -
CMYK 0 0.76 0.06 0.23
HSL 304.4º 0.61% 0.48% -
HSV(B) 304.4º 0.76% 0.77% -
XYZ 32.91 17.45 48.09 -
YUV 107.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 197 47 186 0 0.76 0.06 0.23 304.4 0.61 0.48
Hex C5 2F BA 0 4C 6 17 130 3D 30
Octal 305 57 272 0 114 6 27 460 75 60
Binary 11000101 101111 10111010 0 1001100 110 10111 100110000 111101 110000

Color Harmonies of #C52FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FBA

Black with #C52FBA

Text Example


Text Example

White with #C52FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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