Html Css Color HEX #C52CAF Fuchsia

📋 copy color: '#C52CAF'

red 197 ◦ green 44 ◦ blue 175

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

Shades of Fuchsia #C52CAF

Tints of Fuchsia #C52CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.58%

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

R = 47.36%
G = 10.58%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C52CAF (or 0xC52CAF) is known color: Fuchsia. HEX triplet: C5, 2C and AF. RGB value is (197,44,175). Sum of RGB (Red+Green+Blue) = 197+44+175=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C52CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52CAF is #3AD350. Grayscale: #686868. Windows color (decimal): -3855185 or 11480261. OLE color: 11480261.

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

Color convert

RGB 197 44 175 -
CMYK 0 0.78 0.11 0.23
HSL 308.63º 0.63% 0.47% -
HSV(B) 308.63º 0.78% 0.77% -
XYZ 31.66 16.77 42.12 -
YUV 104.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 197 44 175 0 0.78 0.11 0.23 308.63 0.63 0.47
Hex C5 2C AF 0 4E B 17 135 3F 2F
Octal 305 54 257 0 116 13 27 465 77 57
Binary 11000101 101100 10101111 0 1001110 1011 10111 100110101 111111 101111

Color Harmonies of #C52CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CAF

Black with #C52CAF

Text Example


Text Example

White with #C52CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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