Html Css Color HEX #C52DAF Fuchsia

📋 copy color: '#C52DAF'

red 197 ◦ green 45 ◦ blue 175

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

Shades of Fuchsia #C52DAF

Tints of Fuchsia #C52DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.79%

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

R = 47.24%
G = 10.79%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C52DAF (or 0xC52DAF) is known color: Fuchsia. HEX triplet: C5, 2D and AF. RGB value is (197,45,175). Sum of RGB (Red+Green+Blue) = 197+45+175=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C52DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52DAF is #3AD250. Grayscale: #686868. Windows color (decimal): -3854929 or 11480517. OLE color: 11480517.

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

Color convert

RGB 197 45 175 -
CMYK 0 0.77 0.11 0.23
HSL 308.68º 0.63% 0.47% -
HSV(B) 308.68º 0.77% 0.77% -
XYZ 31.7 16.84 42.14 -
YUV 105.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 197 45 175 0 0.77 0.11 0.23 308.68 0.63 0.47
Hex C5 2D AF 0 4D B 17 135 3F 2F
Octal 305 55 257 0 115 13 27 465 77 57
Binary 11000101 101101 10101111 0 1001101 1011 10111 100110101 111111 101111

Color Harmonies of #C52DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DAF

Black with #C52DAF

Text Example


Text Example

White with #C52DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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