Html Css Color HEX #C52ABA Fuchsia

📋 copy color: '#C52ABA'

red 197 ◦ green 42 ◦ blue 186

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

Shades of Fuchsia #C52ABA

Tints of Fuchsia #C52ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.88%

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

R = 46.35%
G = 9.88%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C52ABA (or 0xC52ABA) is known color: Fuchsia. HEX triplet: C5, 2A and BA. RGB value is (197,42,186). Sum of RGB (Red+Green+Blue) = 197+42+186=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C52ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ABA is #3AD545. Grayscale: #686868. Windows color (decimal): -3855686 or 12200645. OLE color: 12200645.

HSL color Cylindrical-coordinate representation of color #C52ABA: hue angle of 304.26º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52ABA is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 42 186 -
CMYK 0 0.79 0.06 0.23
HSL 304.26º 0.65% 0.47% -
HSV(B) 304.26º 0.79% 0.77% -
XYZ 32.72 17.07 48.03 -
YUV 104.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 197 42 186 0 0.79 0.06 0.23 304.26 0.65 0.47
Hex C5 2A BA 0 4F 6 17 130 41 2F
Octal 305 52 272 0 117 6 27 460 101 57
Binary 11000101 101010 10111010 0 1001111 110 10111 100110000 1000001 101111

Color Harmonies of #C52ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52ABA

Black with #C52ABA

Text Example


Text Example

White with #C52ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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