Html Css Color HEX #C060AF Fuchsia

📋 copy color: '#C060AF'

red 192 ◦ green 96 ◦ blue 175

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

Shades of Fuchsia #C060AF

Tints of Fuchsia #C060AF

RGB

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

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

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

R = 41.47%
G = 20.73%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C060AF (or 0xC060AF) is known color: Fuchsia. HEX triplet: C0, 60 and AF. RGB value is (192,96,175). Sum of RGB (Red+Green+Blue) = 192+96+175=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C060AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060AF is #3F9F50. Grayscale: #858585. Windows color (decimal): -4169553 or 11493568. OLE color: 11493568.

HSL color Cylindrical-coordinate representation of color #C060AF: hue angle of 310.62º 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 #C060AF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 175 -
CMYK 0 0.50 0.09 0.25
HSL 310.63º 0.43% 0.56% -
HSV(B) 310.63º 0.5% 0.75% -
XYZ 33.66 22.67 43.16 -
YUV 133.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 192 96 175 0 0.50 0.09 0.25 310.63 0.43 0.56
Hex C0 60 AF 0 32 9 19 137 2B 38
Octal 300 140 257 0 62 11 31 467 53 70
Binary 11000000 1100000 10101111 0 110010 1001 11001 100110111 101011 111000

Color Harmonies of #C060AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060AF

Black with #C060AF

Text Example


Text Example

White with #C060AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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