Html Css Color HEX #C061AC Fuchsia

📋 copy color: '#C061AC'

red 192 ◦ green 97 ◦ blue 172

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

Shades of Fuchsia #C061AC

Tints of Fuchsia #C061AC

RGB

 RED value IS 192 (75.39% from 255) = 41.65%

 GREEN value IS 97 (38.28% from 255) = 21.04%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 41.65%
G = 21.04%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C061AC (or 0xC061AC) is known color: Fuchsia. HEX triplet: C0, 61 and AC. RGB value is (192,97,172). Sum of RGB (Red+Green+Blue) = 192+97+172=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C061AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061AC is #3F9E53. Grayscale: #858585. Windows color (decimal): -4169300 or 11297216. OLE color: 11297216.

HSL color Cylindrical-coordinate representation of color #C061AC: hue angle of 312.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C061AC is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 172 -
CMYK 0 0.49 0.10 0.25
HSL 312.63º 0.43% 0.57% -
HSV(B) 312.63º 0.49% 0.75% -
XYZ 33.46 22.73 41.65 -
YUV 133.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 192 97 172 0 0.49 0.10 0.25 312.63 0.43 0.57
Hex C0 61 AC 0 31 A 19 139 2B 39
Octal 300 141 254 0 61 12 31 471 53 71
Binary 11000000 1100001 10101100 0 110001 1010 11001 100111001 101011 111001

Color Harmonies of #C061AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061AC

Black with #C061AC

Text Example


Text Example

White with #C061AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061AC; }

 p { color: rgb(192,97,172); }

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

background-color css

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

 a { background-color: rgb(192,97,172); }

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

border-color css

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

 span { border-color: rgb(192,97,172); }

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