Html Css Color HEX #C060AD Fuchsia

📋 copy color: '#C060AD'

red 192 ◦ green 96 ◦ blue 173

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

Shades of Fuchsia #C060AD

Tints of Fuchsia #C060AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.82%

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 41.65%
G = 20.82%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C060AD (or 0xC060AD) is known color: Fuchsia. HEX triplet: C0, 60 and AD. RGB value is (192,96,173). Sum of RGB (Red+Green+Blue) = 192+96+173=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C060AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060AD is #3F9F52. Grayscale: #858585. Windows color (decimal): -4169555 or 11362496. OLE color: 11362496.

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

Color convert

RGB 192 96 173 -
CMYK 0 0.50 0.10 0.25
HSL 311.88º 0.43% 0.56% -
HSV(B) 311.88º 0.5% 0.75% -
XYZ 33.46 22.59 42.13 -
YUV 133.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 192 96 173 0 0.50 0.10 0.25 311.88 0.43 0.56
Hex C0 60 AD 0 32 A 19 138 2B 38
Octal 300 140 255 0 62 12 31 470 53 70
Binary 11000000 1100000 10101101 0 110010 1010 11001 100111000 101011 111000

Color Harmonies of #C060AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060AD

Black with #C060AD

Text Example


Text Example

White with #C060AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060AD; }

 p { color: rgb(192,96,173); }

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

background-color css

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

 a { background-color: rgb(192,96,173); }

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

border-color css

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

 span { border-color: rgb(192,96,173); }

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