Html Css Color HEX #C542AF Fuchsia

📋 copy color: '#C542AF'

red 197 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #C542AF

Tints of Fuchsia #C542AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

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

R = 44.98%
G = 15.07%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C542AF (or 0xC542AF) is known color: Fuchsia. HEX triplet: C5, 42 and AF. RGB value is (197,66,175). Sum of RGB (Red+Green+Blue) = 197+66+175=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C542AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542AF is #3ABD50. Grayscale: #757575. Windows color (decimal): -3849553 or 11485893. OLE color: 11485893.

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

Color convert

RGB 197 66 175 -
CMYK 0 0.66 0.11 0.23
HSL 310.08º 0.53% 0.52% -
HSV(B) 310.08º 0.66% 0.77% -
XYZ 32.71 18.86 42.47 -
YUV 117.6 160.4 184.64 -
System Red Green Blue C M Y K H S L
Decimal 197 66 175 0 0.66 0.11 0.23 310.08 0.53 0.52
Hex C5 42 AF 0 42 B 17 136 35 34
Octal 305 102 257 0 102 13 27 466 65 64
Binary 11000101 1000010 10101111 0 1000010 1011 10111 100110110 110101 110100

Color Harmonies of #C542AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542AF

Black with #C542AF

Text Example


Text Example

White with #C542AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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