Html Css Color HEX #C060AB Fuchsia

📋 copy color: '#C060AB'

red 192 ◦ green 96 ◦ blue 171

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

Shades of Fuchsia #C060AB

Tints of Fuchsia #C060AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 41.83%
G = 20.92%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C060AB (or 0xC060AB) is known color: Fuchsia. HEX triplet: C0, 60 and AB. RGB value is (192,96,171). Sum of RGB (Red+Green+Blue) = 192+96+171=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C060AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060AB is #3F9F54. Grayscale: #858585. Windows color (decimal): -4169557 or 11231424. OLE color: 11231424.

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

Color convert

RGB 192 96 171 -
CMYK 0 0.50 0.11 0.25
HSL 313.13º 0.43% 0.56% -
HSV(B) 313.13º 0.5% 0.75% -
XYZ 33.27 22.51 41.12 -
YUV 133.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 192 96 171 0 0.50 0.11 0.25 313.13 0.43 0.56
Hex C0 60 AB 0 32 B 19 139 2B 38
Octal 300 140 253 0 62 13 31 471 53 70
Binary 11000000 1100000 10101011 0 110010 1011 11001 100111001 101011 111000

Color Harmonies of #C060AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060AB

Black with #C060AB

Text Example


Text Example

White with #C060AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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