Html Css Color HEX #C060A8 Fuchsia

📋 copy color: '#C060A8'

red 192 ◦ green 96 ◦ blue 168

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

Shades of Fuchsia #C060A8

Tints of Fuchsia #C060A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.84%

R = 42.11%
G = 21.05%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C060A8 (or 0xC060A8) is known color: Fuchsia. HEX triplet: C0, 60 and A8. RGB value is (192,96,168). Sum of RGB (Red+Green+Blue) = 192+96+168=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C060A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060A8 is #3F9F57. Grayscale: #848484. Windows color (decimal): -4169560 or 11034816. OLE color: 11034816.

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

Color convert

RGB 192 96 168 -
CMYK 0 0.50 0.12 0.25
HSL 315º 0.43% 0.56% -
HSV(B) 315º 0.5% 0.75% -
XYZ 32.99 22.4 39.63 -
YUV 132.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 192 96 168 0 0.50 0.12 0.25 315 0.43 0.56
Hex C0 60 A8 0 32 C 19 13B 2B 38
Octal 300 140 250 0 62 14 31 473 53 70
Binary 11000000 1100000 10101000 0 110010 1100 11001 100111011 101011 111000

Color Harmonies of #C060A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060A8

Black with #C060A8

Text Example


Text Example

White with #C060A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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