Html Css Color HEX #C52BAF Fuchsia

📋 copy color: '#C52BAF'

red 197 ◦ green 43 ◦ blue 175

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

Shades of Fuchsia #C52BAF

Tints of Fuchsia #C52BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.36%

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

R = 47.47%
G = 10.36%
B = 42.17%

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

#C52BAF (or 0xC52BAF) is known color: Fuchsia. HEX triplet: C5, 2B and AF. RGB value is (197,43,175). Sum of RGB (Red+Green+Blue) = 197+43+175=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52BAF is #3AD450. Grayscale: #676767. Windows color (decimal): -3855441 or 11480005. OLE color: 11480005.

HSL color Cylindrical-coordinate representation of color #C52BAF: hue angle of 308.57º degrees, saturation: 0.64, 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 #C52BAF is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 43 175 -
CMYK 0 0.78 0.11 0.23
HSL 308.57º 0.64% 0.47% -
HSV(B) 308.57º 0.78% 0.77% -
XYZ 31.63 16.69 42.11 -
YUV 104.09 168.02 194.27 -
System Red Green Blue C M Y K H S L
Decimal 197 43 175 0 0.78 0.11 0.23 308.57 0.64 0.47
Hex C5 2B AF 0 4E B 17 135 40 2F
Octal 305 53 257 0 116 13 27 465 100 57
Binary 11000101 101011 10101111 0 1001110 1011 10111 100110101 1000000 101111

Color Harmonies of #C52BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52BAF

Black with #C52BAF

Text Example


Text Example

White with #C52BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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